#E3E082

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

Shades of Texas #E3E082

Tints of Texas #E3E082

Color information

#E3E082 (or 0xE3E082) is unknown color: approx Texas. HEX triplet: E3, E0 and 82. RGB value is (227,224,130). Sum of RGB (Red+Green+Blue) = 227+224+130=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E3E082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3E082 is #1C1F7D. Grayscale: #D6D6D6. Windows color (decimal): -1843070 or 8577251. OLE color: 8577251.

HSL color Cylindrical-coordinate representation of color #E3E082: hue angle of 58.14º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3E082 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB227224130-
CMYK00.010.430.11
HSL58.14º63.4%70%-
HSV(B)58.14º42.73%89.02%-
XYZ62.3671.2531.59-
YUV214.1880.49137.14-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 224 (87.89% from 255) = 38.55%
BLUE value IS 130 (51.17% from 255) = 22.38%
R=39.07%
G=38.55%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22722413000.010.430.1158.1463.470
HexE3E082012BB3a3f46
Octal3433402020153137277106
Binary1110001111100000100000100110101110111110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3E082; }

 p { color: rgb(227,224,130); }

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

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

 a { background-color: rgb(227,224,130); }

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

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

 span { border-color: rgb(227,224,130); }

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