#E0D375

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

Shades of Wild Rice #E0D375

Tints of Wild Rice #E0D375

Color information

#E0D375 (or 0xE0D375) is unknown color: approx Wild Rice. HEX triplet: E0, D3 and 75. RGB value is (224,211,117). Sum of RGB (Red+Green+Blue) = 224+211+117=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 117 (46.09% from 255 or 21.20% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D375 is #1F2C8A. Grayscale: #CCCCCC. Windows color (decimal): -2043019 or 7721952. OLE color: 7721952.

HSL color Cylindrical-coordinate representation of color #E0D375: hue angle of 52.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0D375 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224211117-
CMYK00.060.480.12
HSL52.71º63.31%66.86%-
HSV(B)52.71º47.77%87.84%-
XYZ57.2563.7226.11-
YUV204.1778.81142.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 211 (82.81% from 255) = 38.22%
BLUE value IS 117 (46.09% from 255) = 21.20%
R=40.58%
G=38.22%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421111700.060.480.1252.7163.3166.86
HexE0D3750630C353f43
Octal3403231650660146577103
Binary11100000110100111110101011011000011001101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D375; }

 p { color: rgb(224,211,117); }

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

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

 a { background-color: rgb(224,211,117); }

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

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

 span { border-color: rgb(224,211,117); }

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