#EAE777

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

Shades of Texas #EAE777

Tints of Texas #EAE777

Color information

#EAE777 (or 0xEAE777) is unknown color: approx Texas. HEX triplet: EA, E7 and 77. RGB value is (234,231,119). Sum of RGB (Red+Green+Blue) = 234+231+119=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 119 (46.88% from 255 or 20.38% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE777 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE777 is #151888. Grayscale: #DBDBDB. Windows color (decimal): -1382537 or 7858154. OLE color: 7858154.

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

Color convert

RGB234231119-
CMYK00.010.490.08
HSL58.43º73.25%69.22%-
HSV(B)58.43º49.15%91.76%-
XYZ65.8475.9828.65-
YUV219.1371.49138.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 231 (90.62% from 255) = 39.55%
BLUE value IS 119 (46.88% from 255) = 20.38%
R=40.07%
G=39.55%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423111900.010.490.0858.4373.2569.22
HexEAE777013183a4945
Octal35234716701611072111105
Binary1110101011100111111011101110001100011101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE777; }

 p { color: rgb(234,231,119); }

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

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

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

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

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

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

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