#EAEF7E

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

Shades of Texas #EAEF7E

Tints of Texas #EAEF7E

Color information

#EAEF7E (or 0xEAEF7E) is unknown color: approx Texas. HEX triplet: EA, EF and 7E. RGB value is (234,239,126). Sum of RGB (Red+Green+Blue) = 234+239+126=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 239 (93.75% from 255 or 39.90% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 239 - color contains mainly: green. Hex color #EAEF7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEF7E is #151081. Grayscale: #E1E1E1. Windows color (decimal): -1380482 or 8318954. OLE color: 8318954.

HSL color Cylindrical-coordinate representation of color #EAEF7E: hue angle of 62.65º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAEF7E is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB234239126-
CMYK0.0200.470.06
HSL62.65º77.93%71.57%-
HSV(B)62.65º47.28%93.73%-
XYZ68.5680.7331.71-
YUV224.6272.34134.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 239 (93.75% from 255) = 39.90%
BLUE value IS 126 (49.61% from 255) = 21.04%
R=39.07%
G=39.90%
B=21.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342391260.0200.470.0662.6577.9371.57
HexEAEF7E202F63f4e48
Octal3523571762057677116110
Binary1110101011101111111111010010111111011111110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEF7E; }

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

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

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

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

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

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

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

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