#EADF78

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

Shades of Texas #EADF78

Tints of Texas #EADF78

Color information

#EADF78 (or 0xEADF78) is unknown color: approx Texas. HEX triplet: EA, DF and 78. RGB value is (234,223,120). Sum of RGB (Red+Green+Blue) = 234+223+120=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF78 is #152087. Grayscale: #D6D6D6. Windows color (decimal): -1384584 or 7921642. OLE color: 7921642.

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

Color convert

RGB234223120-
CMYK00.050.490.08
HSL54.21º73.08%69.41%-
HSV(B)54.21º48.72%91.76%-
XYZ63.7171.6228.24-
YUV214.5574.64141.88-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 120 (47.27% from 255) = 20.80%
R=40.55%
G=38.65%
B=20.80%

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
Decimal23422312000.050.490.0854.2173.0869.41
HexEADF7805318364945
Octal35233717005611066111105
Binary111010101101111111110000101110001100011011010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF78; }

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

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

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

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

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

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

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

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