#EAED7E

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

Shades of Texas #EAED7E

Tints of Texas #EAED7E

Color information

#EAED7E (or 0xEAED7E) is unknown color: approx Texas. HEX triplet: EA, ED and 7E. RGB value is (234,237,126). Sum of RGB (Red+Green+Blue) = 234+237+126=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 126 (49.61% from 255 or 21.11% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED7E is #151281. Grayscale: #DFDFDF. Windows color (decimal): -1380994 or 8318442. OLE color: 8318442.

HSL color Cylindrical-coordinate representation of color #EAED7E: hue angle of 61.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAED7E is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB234237126-
CMYK0.0100.470.07
HSL61.62º75.51%71.18%-
HSV(B)61.62º46.84%92.94%-
XYZ67.9879.5731.51-
YUV223.4573.01135.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 237 (92.97% from 255) = 39.70%
BLUE value IS 126 (49.61% from 255) = 21.11%
R=39.20%
G=39.70%
B=21.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371260.0100.470.0761.6275.5171.18
HexEAED7E102F73e4c47
Octal3523551761057776114107
Binary111010101110110111111101010111111111111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED7E; }

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

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

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

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

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

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

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

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