Html Css Color HEX #ECD249 Festival

📋 copy color: '#ECD249'

red 236 ◦ green 210 ◦ blue 73

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

Shades of Festival #ECD249

Tints of Festival #ECD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

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

R = 45.47%
G = 40.46%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ECD249 (or 0xECD249) is known color: Festival. HEX triplet: EC, D2 and 49. RGB value is (236,210,73). Sum of RGB (Red+Green+Blue) = 236+210+73=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD249 is #132DB6. Grayscale: #CACACA. Windows color (decimal): -1256887 or 4838124. OLE color: 4838124.

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

Color convert

RGB 236 210 73 -
CMYK 0 0.11 0.69 0.07
HSL 50.43º 0.81% 0.61% -
HSV(B) 50.43º 0.69% 0.93% -
XYZ 58.84 64.41 15.63 -
YUV 202.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 236 210 73 0 0.11 0.69 0.07 50.43 0.81 0.61
Hex EC D2 49 0 B 45 7 32 51 3D
Octal 354 322 111 0 13 105 7 62 121 75
Binary 11101100 11010010 1001001 0 1011 1000101 111 110010 1010001 111101

Color Harmonies of #ECD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD249

Black with #ECD249

Text Example


Text Example

White with #ECD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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