Html Css Color HEX #EEE077 Texas

📋 copy color: '#EEE077'

red 238 ◦ green 224 ◦ blue 119

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

Shades of Texas #EEE077

Tints of Texas #EEE077

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.55%

 BLUE value IS 119 (46.88% from 255) = 20.48%

R = 40.96%
G = 38.55%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEE077 (or 0xEEE077) is known color: Texas. HEX triplet: EE, E0 and 77. RGB value is (238,224,119). Sum of RGB (Red+Green+Blue) = 238+224+119=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE077 is #111F88. Grayscale: #D8D8D8. Windows color (decimal): -1122185 or 7856366. OLE color: 7856366.

HSL color Cylindrical-coordinate representation of color #EEE077: hue angle of 52.94º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEE077 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 224 119 -
CMYK 0 0.06 0.50 0.07
HSL 52.94º 0.78% 0.7% -
HSV(B) 52.94º 0.5% 0.93% -
XYZ 65.25 72.82 28.07 -
YUV 216.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 238 224 119 0 0.06 0.50 0.07 52.94 0.78 0.7
Hex EE E0 77 0 6 32 7 35 4E 46
Octal 356 340 167 0 6 62 7 65 116 106
Binary 11101110 11100000 1110111 0 110 110010 111 110101 1001110 1000110

Color Harmonies of #EEE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE077

Black with #EEE077

Text Example


Text Example

White with #EEE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE077; }

 p { color: rgb(238,224,119); }

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

background-color css

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

 a { background-color: rgb(238,224,119); }

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

border-color css

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

 span { border-color: rgb(238,224,119); }

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