#E0E47F

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

Shades of Texas #E0E47F

Tints of Texas #E0E47F

Color information

#E0E47F (or 0xE0E47F) is unknown color: approx Texas. HEX triplet: E0, E4 and 7F. RGB value is (224,228,127). Sum of RGB (Red+Green+Blue) = 224+228+127=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0E47F is #1F1B80. Grayscale: #D7D7D7. Windows color (decimal): -2038657 or 8381664. OLE color: 8381664.

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

Color convert

RGB224228127-
CMYK0.0200.440.11
HSL62.38º65.16%69.61%-
HSV(B)62.38º44.3%89.41%-
XYZ62.3172.8730.86-
YUV215.2978.17134.21-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 127 (50% from 255) = 21.93%
R=38.69%
G=39.38%
B=21.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242281270.0200.440.1162.3865.1669.61
HexE0E47F202CB3e4146
Octal34034417720541376101106
Binary11100000111001001111111100101100101111111010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E47F; }

 p { color: rgb(224,228,127); }

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

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

 a { background-color: rgb(224,228,127); }

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

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

 span { border-color: rgb(224,228,127); }

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