#EAE578

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

Shades of Texas #EAE578

Tints of Texas #EAE578

Color information

#EAE578 (or 0xEAE578) is unknown color: approx Texas. HEX triplet: EA, E5 and 78. RGB value is (234,229,120). Sum of RGB (Red+Green+Blue) = 234+229+120=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 120 (47.27% from 255 or 20.58% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE578 is #151A87. Grayscale: #DADADA. Windows color (decimal): -1383048 or 7923178. OLE color: 7923178.

HSL color Cylindrical-coordinate representation of color #EAE578: hue angle of 57.37º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAE578 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234229120-
CMYK00.020.490.08
HSL57.37º73.08%69.41%-
HSV(B)57.37º48.72%91.76%-
XYZ65.3474.8928.78-
YUV218.0772.66139.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 229 (89.84% from 255) = 39.28%
BLUE value IS 120 (47.27% from 255) = 20.58%
R=40.14%
G=39.28%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422912000.020.490.0857.3773.0869.41
HexEAE57802318394945
Octal35234517002611071111105
Binary11101010111001011111000010110001100011100110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE578; }

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

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

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

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

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

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

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

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