#EAE17A

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

Shades of Texas #EAE17A

Tints of Texas #EAE17A

Color information

#EAE17A (or 0xEAE17A) is unknown color: approx Texas. HEX triplet: EA, E1 and 7A. RGB value is (234,225,122). Sum of RGB (Red+Green+Blue) = 234+225+122=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE17A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE17A is #151E85. Grayscale: #D8D8D8. Windows color (decimal): -1384070 or 8053226. OLE color: 8053226.

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

Color convert

RGB234225122-
CMYK00.040.480.08
HSL55.18º72.73%69.8%-
HSV(B)55.18º47.86%91.76%-
XYZ64.3772.7529.06-
YUV215.9574.98140.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 122 (48.05% from 255) = 21.00%
R=40.28%
G=38.73%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422512200.040.480.0855.1872.7369.8
HexEAE17A04308374946
Octal35234117204601067111106
Binary111010101110000111110100100110000100011011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE17A; }

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

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

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

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

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

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

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

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