#E7DF75

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

Shades of Texas #E7DF75

Tints of Texas #E7DF75

Color information

#E7DF75 (or 0xE7DF75) is unknown color: approx Texas. HEX triplet: E7, DF and 75. RGB value is (231,223,117). Sum of RGB (Red+Green+Blue) = 231+223+117=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DF75 is #18208A. Grayscale: #D5D5D5. Windows color (decimal): -1581195 or 7725031. OLE color: 7725031.

HSL color Cylindrical-coordinate representation of color #E7DF75: hue angle of 55.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7DF75 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231223117-
CMYK00.030.490.09
HSL55.79º70.37%68.24%-
HSV(B)55.79º49.35%90.59%-
XYZ62.5571.0527.25-
YUV213.3173.65140.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 117 (46.09% from 255) = 20.49%
R=40.46%
G=39.05%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122311700.030.490.0955.7970.3768.24
HexE7DF7503319384644
Octal34733716503611170106104
Binary11100111110111111110101011110001100111100010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DF75; }

 p { color: rgb(231,223,117); }

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

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

 a { background-color: rgb(231,223,117); }

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

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

 span { border-color: rgb(231,223,117); }

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