#EAE381

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

Shades of Texas #EAE381

Tints of Texas #EAE381

Color information

#EAE381 (or 0xEAE381) is unknown color: approx Texas. HEX triplet: EA, E3 and 81. RGB value is (234,227,129). Sum of RGB (Red+Green+Blue) = 234+227+129=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 227 (89.06% from 255 or 38.47% from 590); Blue value is 129 (50.78% from 255 or 21.86% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE381 is #151C7E. Grayscale: #DADADA. Windows color (decimal): -1383551 or 8512490. OLE color: 8512490.

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

Color convert

RGB234227129-
CMYK00.030.450.08
HSL56º71.43%71.18%-
HSV(B)56º44.87%91.76%-
XYZ65.3674.0231.61-
YUV217.9277.82139.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 227 (89.06% from 255) = 38.47%
BLUE value IS 129 (50.78% from 255) = 21.86%
R=39.66%
G=38.47%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422712900.030.450.085671.4371.18
HexEAE381032D8384747
Octal35234320103551070107107
Binary111010101110001110000001011101101100011100010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE381; }

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

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

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

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

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

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

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

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