#E0E780

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

Shades of Texas #E0E780

Tints of Texas #E0E780

Color information

#E0E780 (or 0xE0E780) is unknown color: approx Texas. HEX triplet: E0, E7 and 80. RGB value is (224,231,128). Sum of RGB (Red+Green+Blue) = 224+231+128=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #E0E780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0E780 is #1F187F. Grayscale: #D9D9D9. Windows color (decimal): -2037888 or 8447968. OLE color: 8447968.

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

Color convert

RGB224231128-
CMYK0.0300.450.09
HSL64.08º68.21%70.39%-
HSV(B)64.08º44.59%90.59%-
XYZ63.2174.5631.48-
YUV217.1677.68132.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 231 (90.62% from 255) = 39.62%
BLUE value IS 128 (50.39% from 255) = 21.96%
R=38.42%
G=39.62%
B=21.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2242311280.0300.450.0964.0868.2170.39
HexE0E780302D9404446
Octal340347200305511100104106
Binary1110000011100111100000001101011011001100000010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E780; }

 p { color: rgb(224,231,128); }

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

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

 a { background-color: rgb(224,231,128); }

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

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

 span { border-color: rgb(224,231,128); }

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