#EAE174

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

Shades of Texas #EAE174

Tints of Texas #EAE174

Color information

#EAE174 (or 0xEAE174) is unknown color: approx Texas. HEX triplet: EA, E1 and 74. RGB value is (234,225,116). Sum of RGB (Red+Green+Blue) = 234+225+116=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 116 (45.70% from 255 or 20.17% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE174 is #151E8B. Grayscale: #D7D7D7. Windows color (decimal): -1384076 or 7660010. OLE color: 7660010.

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

Color convert

RGB234225116-
CMYK00.040.500.08
HSL55.42º73.75%68.63%-
HSV(B)55.42º50.43%91.76%-
XYZ64.0172.627.16-
YUV215.2671.98141.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 225 (88.28% from 255) = 39.13%
BLUE value IS 116 (45.70% from 255) = 20.17%
R=40.70%
G=39.13%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422511600.040.500.0855.4273.7568.63
HexEAE17404328374a45
Octal35234116404621067112105
Binary111010101110000111101000100110010100011011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE174; }

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

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

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

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

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

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

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

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