Html Css Color HEX #EEE075 Texas

📋 copy color: '#EEE075'

red 238 ◦ green 224 ◦ blue 117

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

Shades of Texas #EEE075

Tints of Texas #EEE075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.21%

R = 41.11%
G = 38.69%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEE075 (or 0xEEE075) is known color: Texas. HEX triplet: EE, E0 and 75. RGB value is (238,224,117). Sum of RGB (Red+Green+Blue) = 238+224+117=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 117 (46.09% from 255 or 20.21% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE075 is #111F8A. Grayscale: #D8D8D8. Windows color (decimal): -1122187 or 7725294. OLE color: 7725294.

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

Color convert

RGB 238 224 117 -
CMYK 0 0.06 0.51 0.07
HSL 53.06º 0.78% 0.7% -
HSV(B) 53.06º 0.51% 0.93% -
XYZ 65.13 72.77 27.44 -
YUV 215.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 238 224 117 0 0.06 0.51 0.07 53.06 0.78 0.7
Hex EE E0 75 0 6 33 7 35 4E 46
Octal 356 340 165 0 6 63 7 65 116 106
Binary 11101110 11100000 1110101 0 110 110011 111 110101 1001110 1000110

Color Harmonies of #EEE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE075

Black with #EEE075

Text Example


Text Example

White with #EEE075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE075; }

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

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

background-color css

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

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

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

border-color css

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

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

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