Html Css Color HEX #EEE076 Texas

📋 copy color: '#EEE076'

red 238 ◦ green 224 ◦ blue 118

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

Shades of Texas #EEE076

Tints of Texas #EEE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.34%

R = 41.03%
G = 38.62%
B = 20.34%

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

#EEE076 (or 0xEEE076) is known color: Texas. HEX triplet: EE, E0 and 76. RGB value is (238,224,118). Sum of RGB (Red+Green+Blue) = 238+224+118=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE076 is #111F89. Grayscale: #D8D8D8. Windows color (decimal): -1122186 or 7790830. OLE color: 7790830.

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

Color convert

RGB 238 224 118 -
CMYK 0 0.06 0.50 0.07
HSL 53º 0.78% 0.7% -
HSV(B) 53º 0.5% 0.93% -
XYZ 65.19 72.8 27.76 -
YUV 216.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 238 224 118 0 0.06 0.50 0.07 53 0.78 0.7
Hex EE E0 76 0 6 32 7 35 4E 46
Octal 356 340 166 0 6 62 7 65 116 106
Binary 11101110 11100000 1110110 0 110 110010 111 110101 1001110 1000110

Color Harmonies of #EEE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE076

Black with #EEE076

Text Example


Text Example

White with #EEE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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