Html Css Color HEX #ECD149 Festival

📋 copy color: '#ECD149'

red 236 ◦ green 209 ◦ blue 73

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

Shades of Festival #ECD149

Tints of Festival #ECD149

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.35%

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

R = 45.56%
G = 40.35%
B = 14.09%

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

#ECD149 (or 0xECD149) is known color: Festival. HEX triplet: EC, D1 and 49. RGB value is (236,209,73). Sum of RGB (Red+Green+Blue) = 236+209+73=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD149 is #132EB6. Grayscale: #CACACA. Windows color (decimal): -1257143 or 4837868. OLE color: 4837868.

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

Color convert

RGB 236 209 73 -
CMYK 0 0.11 0.69 0.07
HSL 50.06º 0.81% 0.61% -
HSV(B) 50.06º 0.69% 0.93% -
XYZ 58.6 63.91 15.55 -
YUV 201.57 55.45 152.56 -
System Red Green Blue C M Y K H S L
Decimal 236 209 73 0 0.11 0.69 0.07 50.06 0.81 0.61
Hex EC D1 49 0 B 45 7 32 51 3D
Octal 354 321 111 0 13 105 7 62 121 75
Binary 11101100 11010001 1001001 0 1011 1000101 111 110010 1010001 111101

Color Harmonies of #ECD149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD149

Black with #ECD149

Text Example


Text Example

White with #ECD149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD149; }

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

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

background-color css

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

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

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

border-color css

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

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

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