Html Css Color HEX #ECC449 Festival

📋 copy color: '#ECC449'

red 236 ◦ green 196 ◦ blue 73

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

Shades of Festival #ECC449

Tints of Festival #ECC449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.81%

 BLUE value IS 73 (28.91% from 255) = 14.46%

R = 46.73%
G = 38.81%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECC449 (or 0xECC449) is known color: Festival. HEX triplet: EC, C4 and 49. RGB value is (236,196,73). Sum of RGB (Red+Green+Blue) = 236+196+73=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC449 is #133BB6. Grayscale: #C2C2C2. Windows color (decimal): -1260471 or 4834540. OLE color: 4834540.

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

Color convert

RGB 236 196 73 -
CMYK 0 0.17 0.69 0.07
HSL 45.28º 0.81% 0.61% -
HSV(B) 45.28º 0.69% 0.93% -
XYZ 55.53 57.79 14.53 -
YUV 193.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 236 196 73 0 0.17 0.69 0.07 45.28 0.81 0.61
Hex EC C4 49 0 11 45 7 2D 51 3D
Octal 354 304 111 0 21 105 7 55 121 75
Binary 11101100 11000100 1001001 0 10001 1000101 111 101101 1010001 111101

Color Harmonies of #ECC449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC449

Black with #ECC449

Text Example


Text Example

White with #ECC449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC449; }

 p { color: rgb(236,196,73); }

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

background-color css

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

 a { background-color: rgb(236,196,73); }

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

border-color css

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

 span { border-color: rgb(236,196,73); }

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