#E8E285

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

Shades of Texas #E8E285

Tints of Texas #E8E285

Color information

#E8E285 (or 0xE8E285) is unknown color: approx Texas. HEX triplet: E8, E2 and 85. RGB value is (232,226,133). Sum of RGB (Red+Green+Blue) = 232+226+133=591 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.26% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E285 is #171D7A. Grayscale: #D9D9D9. Windows color (decimal): -1514875 or 8774376. OLE color: 8774376.

HSL color Cylindrical-coordinate representation of color #E8E285: hue angle of 56.36º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8E285 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB232226133-
CMYK00.030.430.09
HSL56.36º68.28%71.57%-
HSV(B)56.36º42.67%90.98%-
XYZ64.7173.2432.92-
YUV217.1980.49138.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.26%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=39.26%
G=38.24%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222613300.030.430.0956.3668.2871.57
HexE8E285032B9384448
Octal35034220503531170104110
Binary111010001110001010000101011101011100111100010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E285; }

 p { color: rgb(232,226,133); }

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

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

 a { background-color: rgb(232,226,133); }

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

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

 span { border-color: rgb(232,226,133); }

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