#E0E382

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

Shades of Texas #E0E382

Tints of Texas #E0E382

Color information

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

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

Color convert

RGB224227130-
CMYK0.0100.430.11
HSL61.86º63.4%70%-
HSV(B)61.86º42.73%89.02%-
XYZ62.2472.431.81-
YUV215.0480.01134.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242271300.0100.430.1161.8663.470
HexE0E382102BB3e3f46
Octal3403432021053137677106
Binary1110000011100011100000101010101110111111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E382; }

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

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

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

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

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

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

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

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