#EAED7A

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

Shades of Texas #EAED7A

Tints of Texas #EAED7A

Color information

#EAED7A (or 0xEAED7A) is unknown color: approx Texas. HEX triplet: EA, ED and 7A. RGB value is (234,237,122). Sum of RGB (Red+Green+Blue) = 234+237+122=593 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.46% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 122 (48.05% from 255 or 20.57% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED7A is #151285. Grayscale: #DFDFDF. Windows color (decimal): -1380998 or 8056298. OLE color: 8056298.

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

Color convert

RGB234237122-
CMYK0.0100.490.07
HSL61.57º76.16%70.39%-
HSV(B)61.57º48.52%92.94%-
XYZ67.7379.4730.18-
YUV222.9971.01135.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.46%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 122 (48.05% from 255) = 20.57%
R=39.46%
G=39.97%
B=20.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342371220.0100.490.0761.5776.1670.39
HexEAED7A103173e4c46
Octal3523551721061776114106
Binary111010101110110111110101011000111111111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAED7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAED7A; }

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

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

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

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

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

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

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

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