Html Css Color HEX #ECC94E Festival

📋 copy color: '#ECC94E'

red 236 ◦ green 201 ◦ blue 78

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

Shades of Festival #ECC94E

Tints of Festival #ECC94E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.03%

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

R = 45.83%
G = 39.03%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ECC94E (or 0xECC94E) is known color: Festival. HEX triplet: EC, C9 and 4E. RGB value is (236,201,78). Sum of RGB (Red+Green+Blue) = 236+201+78=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC94E is #1336B1. Grayscale: #C5C5C5. Windows color (decimal): -1259186 or 5163500. OLE color: 5163500.

HSL color Cylindrical-coordinate representation of color #ECC94E: hue angle of 46.71º 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 #ECC94E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 78 -
CMYK 0 0.15 0.67 0.07
HSL 46.71º 0.81% 0.62% -
HSV(B) 46.71º 0.67% 0.93% -
XYZ 56.85 60.16 15.82 -
YUV 197.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 236 201 78 0 0.15 0.67 0.07 46.71 0.81 0.62
Hex EC C9 4E 0 F 43 7 2F 51 3E
Octal 354 311 116 0 17 103 7 57 121 76
Binary 11101100 11001001 1001110 0 1111 1000011 111 101111 1010001 111110

Color Harmonies of #ECC94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC94E

Black with #ECC94E

Text Example


Text Example

White with #ECC94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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