#EAEC7D

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

Shades of Texas #EAEC7D

Tints of Texas #EAEC7D

Color information

#EAEC7D (or 0xEAEC7D) is unknown color: approx Texas. HEX triplet: EA, EC and 7D. RGB value is (234,236,125). Sum of RGB (Red+Green+Blue) = 234+236+125=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEC7D is #151382. Grayscale: #DFDFDF. Windows color (decimal): -1381251 or 8252650. OLE color: 8252650.

HSL color Cylindrical-coordinate representation of color #EAEC7D: hue angle of 61.08º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAEC7D is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB234236125-
CMYK0.0100.470.07
HSL61.08º74.5%70.78%-
HSV(B)61.08º47.03%92.55%-
XYZ67.6378.9631.08-
YUV222.7572.84136.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.33%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 125 (49.22% from 255) = 21.01%
R=39.33%
G=39.66%
B=21.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342361250.0100.470.0761.0874.570.78
HexEAEC7D102F73d4a47
Octal3523541751057775112107
Binary111010101110110011111011010111111111110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEC7D; }

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

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

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

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

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

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

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

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