#E8EB85

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

Shades of Texas #E8EB85

Tints of Texas #E8EB85

Color information

#E8EB85 (or 0xE8EB85) is unknown color: approx Texas. HEX triplet: E8, EB and 85. RGB value is (232,235,133). Sum of RGB (Red+Green+Blue) = 232+235+133=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #E8EB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E8EB85 is #17147A. Grayscale: #DEDEDE. Windows color (decimal): -1512571 or 8776680. OLE color: 8776680.

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

Color convert

RGB232235133-
CMYK0.0100.430.08
HSL61.76º71.83%72.16%-
HSV(B)61.76º43.4%92.16%-
XYZ67.2278.2733.75-
YUV222.4877.51134.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.67%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 133 (52.34% from 255) = 22.17%
R=38.67%
G=39.17%
B=22.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322351330.0100.430.0861.7671.8372.16
HexE8EB85102B83e4848
Octal35035320510531076110110
Binary11101000111010111000010110101011100011111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EB85; }

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

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

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

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

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

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

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

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