#EADF74

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

Shades of Texas #EADF74

Tints of Texas #EADF74

Color information

#EADF74 (or 0xEADF74) is unknown color: approx Texas. HEX triplet: EA, DF and 74. RGB value is (234,223,116). Sum of RGB (Red+Green+Blue) = 234+223+116=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 223 (87.5% from 255 or 38.92% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADF74 is #15208B. Grayscale: #D6D6D6. Windows color (decimal): -1384588 or 7659498. OLE color: 7659498.

HSL color Cylindrical-coordinate representation of color #EADF74: hue angle of 54.41º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADF74 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234223116-
CMYK00.050.500.08
HSL54.41º73.75%68.63%-
HSV(B)54.41º50.43%91.76%-
XYZ63.4771.5326.98-
YUV214.0972.64142.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 223 (87.5% from 255) = 38.92%
BLUE value IS 116 (45.70% from 255) = 20.24%
R=40.84%
G=38.92%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422311600.050.500.0854.4173.7568.63
HexEADF7405328364a45
Octal35233716405621066112105
Binary111010101101111111101000101110010100011011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADF74; }

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

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

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

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

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

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

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

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