#EAE47D

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

Shades of Texas #EAE47D

Tints of Texas #EAE47D

Color information

#EAE47D (or 0xEAE47D) is unknown color: approx Texas. HEX triplet: EA, E4 and 7D. RGB value is (234,228,125). Sum of RGB (Red+Green+Blue) = 234+228+125=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE47D is #151B82. Grayscale: #DADADA. Windows color (decimal): -1383299 or 8250602. OLE color: 8250602.

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

Color convert

RGB234228125-
CMYK00.030.470.08
HSL56.7º72.19%70.39%-
HSV(B)56.7º46.58%91.76%-
XYZ65.3874.4630.33-
YUV218.0575.49139.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 228 (89.45% from 255) = 38.84%
BLUE value IS 125 (49.22% from 255) = 21.29%
R=39.86%
G=38.84%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422812500.030.470.0856.772.1970.39
HexEAE47D032F8394846
Octal35234417503571071110106
Binary11101010111001001111101011101111100011100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE47D; }

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

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

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

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

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

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

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

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