Html Css Color HEX #ECC94C Festival

📋 copy color: '#ECC94C'

red 236 ◦ green 201 ◦ blue 76

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

Shades of Festival #ECC94C

Tints of Festival #ECC94C

RGB

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

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

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

R = 46%
G = 39.18%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ECC94C (or 0xECC94C) is known color: Festival. HEX triplet: EC, C9 and 4C. RGB value is (236,201,76). Sum of RGB (Red+Green+Blue) = 236+201+76=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC94C is #1336B3. Grayscale: #C5C5C5. Windows color (decimal): -1259188 or 5032428. OLE color: 5032428.

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

Color convert

RGB 236 201 76 -
CMYK 0 0.15 0.68 0.07
HSL 46.88º 0.81% 0.61% -
HSV(B) 46.88º 0.68% 0.93% -
XYZ 56.78 60.13 15.45 -
YUV 197.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 236 201 76 0 0.15 0.68 0.07 46.88 0.81 0.61
Hex EC C9 4C 0 F 44 7 2F 51 3D
Octal 354 311 114 0 17 104 7 57 121 75
Binary 11101100 11001001 1001100 0 1111 1000100 111 101111 1010001 111101

Color Harmonies of #ECC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC94C

Black with #ECC94C

Text Example


Text Example

White with #ECC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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