Html Css Color HEX #ECD04C Festival

📋 copy color: '#ECD04C'

red 236 ◦ green 208 ◦ blue 76

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

Shades of Festival #ECD04C

Tints of Festival #ECD04C

RGB

 RED value IS 236 (92.58% from 255) = 45.38%

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 76 (30.08% from 255) = 14.62%

R = 45.38%
G = 40%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECD04C (or 0xECD04C) is known color: Festival. HEX triplet: EC, D0 and 4C. RGB value is (236,208,76). Sum of RGB (Red+Green+Blue) = 236+208+76=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD04C is #132FB3. Grayscale: #C9C9C9. Windows color (decimal): -1257396 or 5034220. OLE color: 5034220.

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

Color convert

RGB 236 208 76 -
CMYK 0 0.12 0.68 0.07
HSL 49.5º 0.81% 0.61% -
HSV(B) 49.5º 0.68% 0.93% -
XYZ 58.45 63.47 16.01 -
YUV 201.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 236 208 76 0 0.12 0.68 0.07 49.5 0.81 0.61
Hex EC D0 4C 0 C 44 7 32 51 3D
Octal 354 320 114 0 14 104 7 62 121 75
Binary 11101100 11010000 1001100 0 1100 1000100 111 110010 1010001 111101

Color Harmonies of #ECD04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD04C

Black with #ECD04C

Text Example


Text Example

White with #ECD04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD04C; }

 p { color: rgb(236,208,76); }

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

background-color css

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

 a { background-color: rgb(236,208,76); }

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

border-color css

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

 span { border-color: rgb(236,208,76); }

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