#EAE784

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

Shades of Texas #EAE784

Tints of Texas #EAE784

Color information

#EAE784 (or 0xEAE784) is unknown color: approx Texas. HEX triplet: EA, E7 and 84. RGB value is (234,231,132). Sum of RGB (Red+Green+Blue) = 234+231+132=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE784 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE784 is #15187B. Grayscale: #DDDDDD. Windows color (decimal): -1382524 or 8710122. OLE color: 8710122.

HSL color Cylindrical-coordinate representation of color #EAE784: hue angle of 58.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAE784 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234231132-
CMYK00.010.440.08
HSL58.24º70.83%71.76%-
HSV(B)58.24º43.59%91.76%-
XYZ66.6776.3133.05-
YUV220.6177.99137.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 231 (90.62% from 255) = 38.69%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=39.20%
G=38.69%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423113200.010.440.0858.2470.8371.76
HexEAE784012C83a4748
Octal35234720401541072107110
Binary11101010111001111000010001101100100011101010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE784; }

 p { color: rgb(234,231,132); }

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

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

 a { background-color: rgb(234,231,132); }

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

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

 span { border-color: rgb(234,231,132); }

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