#EAE77D

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

Shades of Texas #EAE77D

Tints of Texas #EAE77D

Color information

#EAE77D (or 0xEAE77D) is unknown color: approx Texas. HEX triplet: EA, E7 and 7D. RGB value is (234,231,125). Sum of RGB (Red+Green+Blue) = 234+231+125=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE77D is #151882. Grayscale: #DCDCDC. Windows color (decimal): -1382531 or 8251370. OLE color: 8251370.

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

Color convert

RGB234231125-
CMYK00.010.470.08
HSL58.35º72.19%70.39%-
HSV(B)58.35º46.58%91.76%-
XYZ66.2176.1230.61-
YUV219.8174.49138.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 231 (90.62% from 255) = 39.15%
BLUE value IS 125 (49.22% from 255) = 21.19%
R=39.66%
G=39.15%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423112500.010.470.0858.3572.1970.39
HexEAE77D012F83a4846
Octal35234717501571072110106
Binary1110101011100111111110101101111100011101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE77D; }

 p { color: rgb(234,231,125); }

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

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

 a { background-color: rgb(234,231,125); }

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

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

 span { border-color: rgb(234,231,125); }

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