#E8EA75

Color #E8EA75 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #E8EA75

Tints of Texas #E8EA75

Color information

#E8EA75 (or 0xE8EA75) is unknown color: approx Texas. HEX triplet: E8, EA and 75. RGB value is (232,234,117). Sum of RGB (Red+Green+Blue) = 232+234+117=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 117 (46.09% from 255 or 20.07% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8EA75 is #17158A. Grayscale: #DCDCDC. Windows color (decimal): -1512843 or 7727848. OLE color: 7727848.

HSL color Cylindrical-coordinate representation of color #E8EA75: hue angle of 61.03º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E8EA75 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB232234117-
CMYK0.0100.50.08
HSL61.03º73.58%68.82%-
HSV(B)61.03º50%91.76%-
XYZ65.9177.2928.27-
YUV220.0669.84136.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.79%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 117 (46.09% from 255) = 20.07%
R=39.79%
G=40.14%
B=20.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322341170.0100.50.0861.0373.5868.82
HexE8EA75103283d4a45
Octal35035216510621075112105
Binary1110100011101010111010110110010100011110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EA75; }

 p { color: rgb(232,234,117); }

 H1.HeaderClassName
 {
   color: #E8EA75;
 }
 .AnyTagClassName
 {
   color: #E8EA75;
 }
</style>
background-color css

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

 a { background-color: rgb(232,234,117); }

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

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

 span { border-color: rgb(232,234,117); }

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