Html Css Color HEX #ECCC4E Festival

📋 copy color: '#ECCC4E'

red 236 ◦ green 204 ◦ blue 78

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

Shades of Festival #ECCC4E

Tints of Festival #ECCC4E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.38%

 BLUE value IS 78 (30.86% from 255) = 15.06%

R = 45.56%
G = 39.38%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECCC4E (or 0xECCC4E) is known color: Festival. HEX triplet: EC, CC and 4E. RGB value is (236,204,78). Sum of RGB (Red+Green+Blue) = 236+204+78=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC4E is #1333B1. Grayscale: #C7C7C7. Windows color (decimal): -1258418 or 5164268. OLE color: 5164268.

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

Color convert

RGB 236 204 78 -
CMYK 0 0.14 0.67 0.07
HSL 47.85º 0.81% 0.62% -
HSV(B) 47.85º 0.67% 0.93% -
XYZ 57.56 61.57 16.06 -
YUV 199.2 59.6 154.25 -
System Red Green Blue C M Y K H S L
Decimal 236 204 78 0 0.14 0.67 0.07 47.85 0.81 0.62
Hex EC CC 4E 0 E 43 7 30 51 3E
Octal 354 314 116 0 16 103 7 60 121 76
Binary 11101100 11001100 1001110 0 1110 1000011 111 110000 1010001 111110

Color Harmonies of #ECCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC4E

Black with #ECCC4E

Text Example


Text Example

White with #ECCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC4E; }

 p { color: rgb(236,204,78); }

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

background-color css

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

 a { background-color: rgb(236,204,78); }

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

border-color css

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

 span { border-color: rgb(236,204,78); }

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