#EAE37D

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

Shades of Texas #EAE37D

Tints of Texas #EAE37D

Color information

#EAE37D (or 0xEAE37D) is unknown color: approx Texas. HEX triplet: EA, E3 and 7D. RGB value is (234,227,125). Sum of RGB (Red+Green+Blue) = 234+227+125=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 125 (49.22% from 255 or 21.33% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE37D is #151C82. Grayscale: #D9D9D9. Windows color (decimal): -1383555 or 8250346. OLE color: 8250346.

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

Color convert

RGB234227125-
CMYK00.030.470.08
HSL56.15º72.19%70.39%-
HSV(B)56.15º46.58%91.76%-
XYZ65.173.9130.24-
YUV217.4675.82139.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 227 (89.06% from 255) = 38.74%
BLUE value IS 125 (49.22% from 255) = 21.33%
R=39.93%
G=38.74%
B=21.33%

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
Decimal23422712500.030.470.0856.1572.1970.39
HexEAE37D032F8384846
Octal35234317503571070110106
Binary11101010111000111111101011101111100011100010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE37D; }

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

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

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

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

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

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

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

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