#EAE16F

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

Shades of Texas #EAE16F

Tints of Texas #EAE16F

Color information

#EAE16F (or 0xEAE16F) is unknown color: approx Texas. HEX triplet: EA, E1 and 6F. RGB value is (234,225,111). Sum of RGB (Red+Green+Blue) = 234+225+111=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE16F is #151E90. Grayscale: #D7D7D7. Windows color (decimal): -1384081 or 7332330. OLE color: 7332330.

HSL color Cylindrical-coordinate representation of color #EAE16F: hue angle of 55.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAE16F is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234225111-
CMYK00.040.530.08
HSL55.61º74.55%67.65%-
HSV(B)55.61º52.56%91.76%-
XYZ63.7372.4925.67-
YUV214.769.48141.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 225 (88.28% from 255) = 39.47%
BLUE value IS 111 (43.75% from 255) = 19.47%
R=41.05%
G=39.47%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422511100.040.530.0855.6174.5567.65
HexEAE16F04358384b44
Octal35234115704651070113104
Binary111010101110000111011110100110101100011100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE16F; }

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

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

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

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

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

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

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

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