Html Css Color HEX #EECA4A Festival

📋 copy color: '#EECA4A'

red 238 ◦ green 202 ◦ blue 74

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

Shades of Festival #EECA4A

Tints of Festival #EECA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.4%

R = 46.3%
G = 39.3%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EECA4A (or 0xEECA4A) is known color: Festival. HEX triplet: EE, CA and 4A. RGB value is (238,202,74). Sum of RGB (Red+Green+Blue) = 238+202+74=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA4A is #1135B5. Grayscale: #C6C6C6. Windows color (decimal): -1127862 or 4901614. OLE color: 4901614.

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

Color convert

RGB 238 202 74 -
CMYK 0 0.15 0.69 0.07
HSL 46.83º 0.83% 0.61% -
HSV(B) 46.83º 0.69% 0.93% -
XYZ 57.62 60.91 15.2 -
YUV 198.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 238 202 74 0 0.15 0.69 0.07 46.83 0.83 0.61
Hex EE CA 4A 0 F 45 7 2F 53 3D
Octal 356 312 112 0 17 105 7 57 123 75
Binary 11101110 11001010 1001010 0 1111 1000101 111 101111 1010011 111101

Color Harmonies of #EECA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECA4A

Black with #EECA4A

Text Example


Text Example

White with #EECA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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