Html Css Color HEX #ECC950 Festival

📋 copy color: '#ECC950'

red 236 ◦ green 201 ◦ blue 80

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

Shades of Festival #ECC950

Tints of Festival #ECC950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.88%

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

R = 45.65%
G = 38.88%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#ECC950 (or 0xECC950) is known color: Festival. HEX triplet: EC, C9 and 50. RGB value is (236,201,80). Sum of RGB (Red+Green+Blue) = 236+201+80=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC950 is #1336AF. Grayscale: #C6C6C6. Windows color (decimal): -1259184 or 5294572. OLE color: 5294572.

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

Color convert

RGB 236 201 80 -
CMYK 0 0.15 0.66 0.07
HSL 46.54º 0.8% 0.62% -
HSV(B) 46.54º 0.66% 0.93% -
XYZ 56.93 60.19 16.21 -
YUV 197.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 236 201 80 0 0.15 0.66 0.07 46.54 0.8 0.62
Hex EC C9 50 0 F 42 7 2F 50 3E
Octal 354 311 120 0 17 102 7 57 120 76
Binary 11101100 11001001 1010000 0 1111 1000010 111 101111 1010000 111110

Color Harmonies of #ECC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC950

Black with #ECC950

Text Example


Text Example

White with #ECC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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