#EAE775

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

Shades of Texas #EAE775

Tints of Texas #EAE775

Color information

#EAE775 (or 0xEAE775) is unknown color: approx Texas. HEX triplet: EA, E7 and 75. RGB value is (234,231,117). Sum of RGB (Red+Green+Blue) = 234+231+117=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE775 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE775 is #15188A. Grayscale: #DBDBDB. Windows color (decimal): -1382539 or 7727082. OLE color: 7727082.

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

Color convert

RGB234231117-
CMYK00.010.50.08
HSL58.46º73.58%68.82%-
HSV(B)58.46º50%91.76%-
XYZ65.7275.9328.02-
YUV218.970.49138.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 231 (90.62% from 255) = 39.69%
BLUE value IS 117 (46.09% from 255) = 20.10%
R=40.21%
G=39.69%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423111700.010.50.0858.4673.5868.82
HexEAE775013283a4a45
Octal35234716501621072112105
Binary1110101011100111111010101110010100011101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE775; }

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

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

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

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

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

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

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

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