#E8E385

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

Shades of Texas #E8E385

Tints of Texas #E8E385

Color information

#E8E385 (or 0xE8E385) is unknown color: approx Texas. HEX triplet: E8, E3 and 85. RGB value is (232,227,133). Sum of RGB (Red+Green+Blue) = 232+227+133=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8E385 is #171C7A. Grayscale: #DADADA. Windows color (decimal): -1514619 or 8774632. OLE color: 8774632.

HSL color Cylindrical-coordinate representation of color #E8E385: hue angle of 56.97º 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 #E8E385 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB232227133-
CMYK00.020.430.09
HSL56.97º68.28%71.57%-
HSV(B)56.97º42.67%90.98%-
XYZ64.9873.7933.01-
YUV217.7880.16138.14-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.19%
GREEN value IS 227 (89.06% from 255) = 38.34%
BLUE value IS 133 (52.34% from 255) = 22.47%
R=39.19%
G=38.34%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222713300.020.430.0956.9768.2871.57
HexE8E385022B9394448
Octal35034320502531171104110
Binary111010001110001110000101010101011100111100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8E385; }

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

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

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

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

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

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

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

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