#EAE97D

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

Shades of Texas #EAE97D

Tints of Texas #EAE97D

Color information

#EAE97D (or 0xEAE97D) is unknown color: approx Texas. HEX triplet: EA, E9 and 7D. RGB value is (234,233,125). Sum of RGB (Red+Green+Blue) = 234+233+125=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE97D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE97D is #151682. Grayscale: #DDDDDD. Windows color (decimal): -1382019 or 8251882. OLE color: 8251882.

HSL color Cylindrical-coordinate representation of color #EAE97D: hue angle of 59.45º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAE97D is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234233125-
CMYK00.000.470.08
HSL59.45º72.19%70.39%-
HSV(B)59.45º46.58%91.76%-
XYZ66.7777.2530.79-
YUV220.9973.83137.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.53%
GREEN value IS 233 (91.41% from 255) = 39.36%
BLUE value IS 125 (49.22% from 255) = 21.11%
R=39.53%
G=39.36%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423312500.000.470.0859.4572.1970.39
HexEAE97D002F83b4846
Octal35235117500571073110106
Binary1110101011101001111110100101111100011101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE97D; }

 p { color: rgb(234,233,125); }

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

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

 a { background-color: rgb(234,233,125); }

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

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

 span { border-color: rgb(234,233,125); }

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