Html Css Color HEX #EECA50 Festival

📋 copy color: '#EECA50'

red 238 ◦ green 202 ◦ blue 80

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

Shades of Festival #EECA50

Tints of Festival #EECA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.85%

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

R = 45.77%
G = 38.85%
B = 15.38%

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

#EECA50 (or 0xEECA50) is known color: Festival. HEX triplet: EE, CA and 50. RGB value is (238,202,80). Sum of RGB (Red+Green+Blue) = 238+202+80=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECA50 is #1135AF. Grayscale: #C7C7C7. Windows color (decimal): -1127856 or 5294830. OLE color: 5294830.

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

Color convert

RGB 238 202 80 -
CMYK 0 0.15 0.66 0.07
HSL 46.33º 0.82% 0.62% -
HSV(B) 46.33º 0.66% 0.93% -
XYZ 57.83 61 16.32 -
YUV 198.86 60.93 155.92 -
System Red Green Blue C M Y K H S L
Decimal 238 202 80 0 0.15 0.66 0.07 46.33 0.82 0.62
Hex EE CA 50 0 F 42 7 2E 52 3E
Octal 356 312 120 0 17 102 7 56 122 76
Binary 11101110 11001010 1010000 0 1111 1000010 111 101110 1010010 111110

Color Harmonies of #EECA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA50

Black with #EECA50

Text Example


Text Example

White with #EECA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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