#EAEA78

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

Shades of Texas #EAEA78

Tints of Texas #EAEA78

Color information

#EAEA78 (or 0xEAEA78) is unknown color: approx Texas. HEX triplet: EA, EA and 78. RGB value is (234,234,120). Sum of RGB (Red+Green+Blue) = 234+234+120=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEA78 is #151587. Grayscale: #DDDDDD. Windows color (decimal): -1381768 or 7924458. OLE color: 7924458.

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

Color convert

RGB234234120-
CMYK000.490.08
HSL60º73.08%69.41%-
HSV(B)60º48.72%91.76%-
XYZ66.7477.6929.25-
YUV22171137.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 234 (91.80% from 255) = 39.80%
BLUE value IS 120 (47.27% from 255) = 20.41%
R=39.80%
G=39.80%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234234120000.490.086073.0869.41
HexEAEA78003183c4945
Octal35235217000611074111105
Binary1110101011101010111100000110001100011110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA78; }

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

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

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

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

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

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

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

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