Html Css Color HEX #ECC94A Festival

📋 copy color: '#ECC94A'

red 236 ◦ green 201 ◦ blue 74

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

Shades of Festival #ECC94A

Tints of Festival #ECC94A

RGB

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

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

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

R = 46.18%
G = 39.33%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC94A (or 0xECC94A) is known color: Festival. HEX triplet: EC, C9 and 4A. RGB value is (236,201,74). Sum of RGB (Red+Green+Blue) = 236+201+74=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 74 (29.30% from 255 or 14.48% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC94A is #1336B5. Grayscale: #C5C5C5. Windows color (decimal): -1259190 or 4901356. OLE color: 4901356.

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

Color convert

RGB 236 201 74 -
CMYK 0 0.15 0.69 0.07
HSL 47.04º 0.81% 0.61% -
HSV(B) 47.04º 0.69% 0.93% -
XYZ 56.71 60.1 15.09 -
YUV 196.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 236 201 74 0 0.15 0.69 0.07 47.04 0.81 0.61
Hex EC C9 4A 0 F 45 7 2F 51 3D
Octal 354 311 112 0 17 105 7 57 121 75
Binary 11101100 11001001 1001010 0 1111 1000101 111 101111 1010001 111101

Color Harmonies of #ECC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC94A

Black with #ECC94A

Text Example


Text Example

White with #ECC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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