Html Css Color HEX #ECCC49 Festival

📋 copy color: '#ECCC49'

red 236 ◦ green 204 ◦ blue 73

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

Shades of Festival #ECCC49

Tints of Festival #ECCC49

RGB

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

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

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

R = 46%
G = 39.77%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECCC49 (or 0xECCC49) is known color: Festival. HEX triplet: EC, CC and 49. RGB value is (236,204,73). Sum of RGB (Red+Green+Blue) = 236+204+73=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 73 (28.91% from 255 or 14.23% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC49 is #1333B6. Grayscale: #C7C7C7. Windows color (decimal): -1258423 or 4836588. OLE color: 4836588.

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

Color convert

RGB 236 204 73 -
CMYK 0 0.14 0.69 0.07
HSL 48.22º 0.81% 0.61% -
HSV(B) 48.22º 0.69% 0.93% -
XYZ 57.39 61.5 15.15 -
YUV 198.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 236 204 73 0 0.14 0.69 0.07 48.22 0.81 0.61
Hex EC CC 49 0 E 45 7 30 51 3D
Octal 354 314 111 0 16 105 7 60 121 75
Binary 11101100 11001100 1001001 0 1110 1000101 111 110000 1010001 111101

Color Harmonies of #ECCC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC49

Black with #ECCC49

Text Example


Text Example

White with #ECCC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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