Html Css Color HEX #EEC950 Festival

📋 copy color: '#EEC950'

red 238 ◦ green 201 ◦ blue 80

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

Shades of Festival #EEC950

Tints of Festival #EEC950

RGB

 RED value IS 238 (93.36% from 255) = 45.86%

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

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

R = 45.86%
G = 38.73%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EEC950 (or 0xEEC950) is known color: Festival. HEX triplet: EE, C9 and 50. RGB value is (238,201,80). Sum of RGB (Red+Green+Blue) = 238+201+80=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC950 is #1136AF. Grayscale: #C6C6C6. Windows color (decimal): -1128112 or 5294574. OLE color: 5294574.

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

Color convert

RGB 238 201 80 -
CMYK 0 0.16 0.66 0.07
HSL 45.95º 0.82% 0.62% -
HSV(B) 45.95º 0.66% 0.93% -
XYZ 57.59 60.53 16.24 -
YUV 198.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 238 201 80 0 0.16 0.66 0.07 45.95 0.82 0.62
Hex EE C9 50 0 10 42 7 2E 52 3E
Octal 356 311 120 0 20 102 7 56 122 76
Binary 11101110 11001001 1010000 0 10000 1000010 111 101110 1010010 111110

Color Harmonies of #EEC950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC950

Black with #EEC950

Text Example


Text Example

White with #EEC950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC950; }

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

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

background-color css

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

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

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

border-color css

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

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

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