#EAE87B

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

Shades of Texas #EAE87B

Tints of Texas #EAE87B

Color information

#EAE87B (or 0xEAE87B) is unknown color: approx Texas. HEX triplet: EA, E8 and 7B. RGB value is (234,232,123). Sum of RGB (Red+Green+Blue) = 234+232+123=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 123 (48.44% from 255 or 20.88% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE87B is #151784. Grayscale: #DCDCDC. Windows color (decimal): -1382277 or 8120554. OLE color: 8120554.

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

Color convert

RGB234232123-
CMYK00.010.470.08
HSL58.92º72.55%70%-
HSV(B)58.92º47.44%91.76%-
XYZ66.3676.6430.03-
YUV220.1773.16137.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.73%
GREEN value IS 232 (91.02% from 255) = 39.39%
BLUE value IS 123 (48.44% from 255) = 20.88%
R=39.73%
G=39.39%
B=20.88%

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
Decimal23423212300.010.470.0858.9272.5570
HexEAE87B012F83b4946
Octal35235017301571073111106
Binary1110101011101000111101101101111100011101110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE87B; }

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

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

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

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

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

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

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

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