#EAE974

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

Shades of Texas #EAE974

Tints of Texas #EAE974

Color information

#EAE974 (or 0xEAE974) is unknown color: approx Texas. HEX triplet: EA, E9 and 74. RGB value is (234,233,116). Sum of RGB (Red+Green+Blue) = 234+233+116=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE974 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE974 is #15168B. Grayscale: #DCDCDC. Windows color (decimal): -1382028 or 7662058. OLE color: 7662058.

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

Color convert

RGB234233116-
CMYK00.000.500.08
HSL59.49º73.75%68.63%-
HSV(B)59.49º50.43%91.76%-
XYZ66.2277.0327.9-
YUV219.9669.33138.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 233 (91.41% from 255) = 39.97%
BLUE value IS 116 (45.70% from 255) = 19.90%
R=40.14%
G=39.97%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423311600.000.500.0859.4973.7568.63
HexEAE974003283b4a45
Octal35235116400621073112105
Binary1110101011101001111010000110010100011101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE974; }

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

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

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

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

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

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

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

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