#EAE17D

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

Shades of Texas #EAE17D

Tints of Texas #EAE17D

Color information

#EAE17D (or 0xEAE17D) is unknown color: approx Texas. HEX triplet: EA, E1 and 7D. RGB value is (234,225,125). Sum of RGB (Red+Green+Blue) = 234+225+125=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 225 (88.28% from 255 or 38.53% from 584); Blue value is 125 (49.22% from 255 or 21.40% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE17D is #151E82. Grayscale: #D8D8D8. Windows color (decimal): -1384067 or 8249834. OLE color: 8249834.

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

Color convert

RGB234225125-
CMYK00.040.470.08
HSL55.05º72.19%70.39%-
HSV(B)55.05º46.58%91.76%-
XYZ64.5672.8230.06-
YUV216.2976.48140.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 225 (88.28% from 255) = 38.53%
BLUE value IS 125 (49.22% from 255) = 21.40%
R=40.07%
G=38.53%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422512500.040.470.0855.0572.1970.39
HexEAE17D042F8374846
Octal35234117504571067110106
Binary111010101110000111111010100101111100011011110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE17D; }

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

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

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

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

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

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

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

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