#EAE57D

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

Shades of Texas #EAE57D

Tints of Texas #EAE57D

Color information

#EAE57D (or 0xEAE57D) is unknown color: approx Texas. HEX triplet: EA, E5 and 7D. RGB value is (234,229,125). Sum of RGB (Red+Green+Blue) = 234+229+125=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 125 (49.22% from 255 or 21.26% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE57D is #151A82. Grayscale: #DBDBDB. Windows color (decimal): -1383043 or 8250858. OLE color: 8250858.

HSL color Cylindrical-coordinate representation of color #EAE57D: hue angle of 57.25º 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 #EAE57D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234229125-
CMYK00.020.470.08
HSL57.25º72.19%70.39%-
HSV(B)57.25º46.58%91.76%-
XYZ65.6575.0130.42-
YUV218.6475.16138.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 229 (89.84% from 255) = 38.95%
BLUE value IS 125 (49.22% from 255) = 21.26%
R=39.80%
G=38.95%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422912500.020.470.0857.2572.1970.39
HexEAE57D022F8394846
Octal35234517502571071110106
Binary11101010111001011111101010101111100011100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE57D; }

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

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

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

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

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

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

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

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