Html Css Color HEX #EDCE4A Festival

📋 copy color: '#EDCE4A'

red 237 ◦ green 206 ◦ blue 74

#EDCE4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EDCE4A

Tints of Festival #EDCE4A

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

 GREEN value IS 206 (80.86% from 255) = 39.85%

 BLUE value IS 74 (29.3% from 255) = 14.31%

R = 45.84%
G = 39.85%
B = 14.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDCE4A (or 0xEDCE4A) is known color: Festival. HEX triplet: ED, CE and 4A. RGB value is (237,206,74). Sum of RGB (Red+Green+Blue) = 237+206+74=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 74 (29.30% from 255 or 14.31% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE4A is #1231B5. Grayscale: #C8C8C8. Windows color (decimal): -1192374 or 4902637. OLE color: 4902637.

HSL color Cylindrical-coordinate representation of color #EDCE4A: hue angle of 48.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDCE4A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 74 -
CMYK 0 0.13 0.69 0.07
HSL 48.59º 0.82% 0.61% -
HSV(B) 48.59º 0.69% 0.93% -
XYZ 58.23 62.64 15.5 -
YUV 200.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 237 206 74 0 0.13 0.69 0.07 48.59 0.82 0.61
Hex ED CE 4A 0 D 45 7 31 52 3D
Octal 355 316 112 0 15 105 7 61 122 75
Binary 11101101 11001110 1001010 0 1101 1000101 111 110001 1010010 111101

Color Harmonies of #EDCE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE4A

Black with #EDCE4A

Text Example


Text Example

White with #EDCE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE4A; }

 p { color: rgb(237,206,74); }

 H1.HeaderClassName
 {
   color: #EDCE4A;
 }
 .AnyTagClassName
 {
   color: #EDCE4A;
 }
</style>

background-color css

<style>
 a { background-color: #EDCE4A; }

 a { background-color: rgb(237,206,74); }

 div.DivClassName
 {
   background-color: #EDCE4A;
 }
 .BgClassName
 {
   background-color: #EDCE4A;
 }
</style>

border-color css

<style>
 span { border-color: #EDCE4A; }

 span { border-color: rgb(237,206,74); }

 td.TdClassName
 {
   border-color: #EDCE4A;
 }
 .TagClassName
 {
   border-color: #EDCE4A;
 }
</style>