#E7DD75

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

Shades of Wild Rice #E7DD75

Tints of Wild Rice #E7DD75

Color information

#E7DD75 (or 0xE7DD75) is unknown color: approx Wild Rice. HEX triplet: E7, DD and 75. RGB value is (231,221,117). Sum of RGB (Red+Green+Blue) = 231+221+117=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 117 (46.09% from 255 or 20.56% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD75 is #18228A. Grayscale: #D4D4D4. Windows color (decimal): -1581707 or 7724519. OLE color: 7724519.

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

Color convert

RGB231221117-
CMYK00.040.490.09
HSL54.74º70.37%68.24%-
HSV(B)54.74º49.35%90.59%-
XYZ62.0269.9927.07-
YUV212.1374.31141.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 117 (46.09% from 255) = 20.56%
R=40.60%
G=38.84%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122111700.040.490.0954.7470.3768.24
HexE7DD7504319374644
Octal34733516504611167106104
Binary111001111101110111101010100110001100111011110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DD75; }

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

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

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

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

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

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

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

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