#EAF47E

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

Shades of Texas #EAF47E

Tints of Texas #EAF47E

Color information

#EAF47E (or 0xEAF47E) is unknown color: approx Texas. HEX triplet: EA, F4 and 7E. RGB value is (234,244,126). Sum of RGB (Red+Green+Blue) = 234+244+126=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 244 (95.70% from 255 or 40.40% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF47E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF47E is #150B81. Grayscale: #E4E4E4. Windows color (decimal): -1379202 or 8320234. OLE color: 8320234.

HSL color Cylindrical-coordinate representation of color #EAF47E: hue angle of 65.08º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAF47E is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB234244126-
CMYK0.0400.480.04
HSL65.08º84.29%72.55%-
HSV(B)65.08º48.36%95.69%-
XYZ70.0583.732.2-
YUV227.5670.69132.59-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 244 (95.70% from 255) = 40.40%
BLUE value IS 126 (49.61% from 255) = 20.86%
R=38.74%
G=40.40%
B=20.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342441260.0400.480.0465.0884.2972.55
HexEAF47E40304415449
Octal35236417640604101124111
Binary111010101111010011111101000110000100100000110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF47E; }

 p { color: rgb(234,244,126); }

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

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

 a { background-color: rgb(234,244,126); }

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

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

 span { border-color: rgb(234,244,126); }

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