#EAE677

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

Shades of Texas #EAE677

Tints of Texas #EAE677

Color information

#EAE677 (or 0xEAE677) is unknown color: approx Texas. HEX triplet: EA, E6 and 77. RGB value is (234,230,119). Sum of RGB (Red+Green+Blue) = 234+230+119=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE677 is #151988. Grayscale: #DADADA. Windows color (decimal): -1382793 or 7857898. OLE color: 7857898.

HSL color Cylindrical-coordinate representation of color #EAE677: hue angle of 57.91º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EAE677 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB234230119-
CMYK00.020.490.08
HSL57.91º73.25%69.22%-
HSV(B)57.91º49.15%91.76%-
XYZ65.5675.4228.55-
YUV218.5471.83139.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.14%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 119 (46.88% from 255) = 20.41%
R=40.14%
G=39.45%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423011900.020.490.0857.9173.2569.22
HexEAE677023183a4945
Octal35234616702611072111105
Binary11101010111001101110111010110001100011101010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE677; }

 p { color: rgb(234,230,119); }

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

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

 a { background-color: rgb(234,230,119); }

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

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

 span { border-color: rgb(234,230,119); }

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