#EAE181

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

Shades of Texas #EAE181

Tints of Texas #EAE181

Color information

#EAE181 (or 0xEAE181) is unknown color: approx Texas. HEX triplet: EA, E1 and 81. RGB value is (234,225,129). Sum of RGB (Red+Green+Blue) = 234+225+129=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE181 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE181 is #151E7E. Grayscale: #D9D9D9. Windows color (decimal): -1384063 or 8511978. OLE color: 8511978.

HSL color Cylindrical-coordinate representation of color #EAE181: hue angle of 54.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAE181 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB234225129-
CMYK00.040.450.08
HSL54.86º71.43%71.18%-
HSV(B)54.86º44.87%91.76%-
XYZ64.8272.9331.43-
YUV216.7578.48140.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 225 (88.28% from 255) = 38.27%
BLUE value IS 129 (50.78% from 255) = 21.94%
R=39.80%
G=38.27%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422512900.040.450.0854.8671.4371.18
HexEAE181042D8374747
Octal35234120104551067107107
Binary1110101011100001100000010100101101100011011110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE181; }

 p { color: rgb(234,225,129); }

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

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

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

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

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

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

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