#EAE874

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

Shades of Texas #EAE874

Tints of Texas #EAE874

Color information

#EAE874 (or 0xEAE874) is unknown color: approx Texas. HEX triplet: EA, E8 and 74. RGB value is (234,232,116). Sum of RGB (Red+Green+Blue) = 234+232+116=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 116 (45.70% from 255 or 19.93% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE874 is #15178B. Grayscale: #DBDBDB. Windows color (decimal): -1382284 or 7661802. OLE color: 7661802.

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

Color convert

RGB234232116-
CMYK00.010.500.08
HSL58.98º73.75%68.63%-
HSV(B)58.98º50.43%91.76%-
XYZ65.9476.4727.81-
YUV219.3769.66138.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.21%
GREEN value IS 232 (91.02% from 255) = 39.86%
BLUE value IS 116 (45.70% from 255) = 19.93%
R=40.21%
G=39.86%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423211600.010.500.0858.9873.7568.63
HexEAE874013283b4a45
Octal35235016401621073112105
Binary1110101011101000111010001110010100011101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE874; }

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

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

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

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

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

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

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

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