Html Css Color HEX #ECD050 Festival

📋 copy color: '#ECD050'

red 236 ◦ green 208 ◦ blue 80

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

Shades of Festival #ECD050

Tints of Festival #ECD050

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.69%

 BLUE value IS 80 (31.64% from 255) = 15.27%

R = 45.04%
G = 39.69%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECD050 (or 0xECD050) is known color: Festival. HEX triplet: EC, D0 and 50. RGB value is (236,208,80). Sum of RGB (Red+Green+Blue) = 236+208+80=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD050 is #132FAF. Grayscale: #CACACA. Windows color (decimal): -1257392 or 5296364. OLE color: 5296364.

HSL color Cylindrical-coordinate representation of color #ECD050: hue angle of 49.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECD050 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 80 -
CMYK 0 0.12 0.66 0.07
HSL 49.23º 0.8% 0.62% -
HSV(B) 49.23º 0.66% 0.93% -
XYZ 58.6 63.52 16.76 -
YUV 201.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 236 208 80 0 0.12 0.66 0.07 49.23 0.8 0.62
Hex EC D0 50 0 C 42 7 31 50 3E
Octal 354 320 120 0 14 102 7 61 120 76
Binary 11101100 11010000 1010000 0 1100 1000010 111 110001 1010000 111110

Color Harmonies of #ECD050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD050

Black with #ECD050

Text Example


Text Example

White with #ECD050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD050; }

 p { color: rgb(236,208,80); }

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

background-color css

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

 a { background-color: rgb(236,208,80); }

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

border-color css

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

 span { border-color: rgb(236,208,80); }

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