#EADE78

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

Shades of Texas #EADE78

Tints of Texas #EADE78

Color information

#EADE78 (or 0xEADE78) is unknown color: approx Texas. HEX triplet: EA, DE and 78. RGB value is (234,222,120). Sum of RGB (Red+Green+Blue) = 234+222+120=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE78 is #152187. Grayscale: #D6D6D6. Windows color (decimal): -1384840 or 7921386. OLE color: 7921386.

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

Color convert

RGB234222120-
CMYK00.050.490.08
HSL53.68º73.08%69.41%-
HSV(B)53.68º48.72%91.76%-
XYZ63.4471.0928.15-
YUV213.9674.98142.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.62%
GREEN value IS 222 (87.11% from 255) = 38.54%
BLUE value IS 120 (47.27% from 255) = 20.83%
R=40.62%
G=38.54%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422212000.050.490.0853.6873.0869.41
HexEADE7805318364945
Octal35233617005611066111105
Binary111010101101111011110000101110001100011011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE78; }

 p { color: rgb(234,222,120); }

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

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

 a { background-color: rgb(234,222,120); }

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

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

 span { border-color: rgb(234,222,120); }

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