#E5DC75

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

Shades of Wild Rice #E5DC75

Tints of Wild Rice #E5DC75

Color information

#E5DC75 (or 0xE5DC75) is unknown color: approx Wild Rice. HEX triplet: E5, DC and 75. RGB value is (229,220,117). Sum of RGB (Red+Green+Blue) = 229+220+117=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC75 is #1A238A. Grayscale: #D3D3D3. Windows color (decimal): -1713035 or 7724261. OLE color: 7724261.

HSL color Cylindrical-coordinate representation of color #E5DC75: hue angle of 55.18º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5DC75 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229220117-
CMYK00.040.490.10
HSL55.18º68.29%67.84%-
HSV(B)55.18º48.91%89.8%-
XYZ61.1269.1326.95-
YUV210.9574.98140.88-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.46%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=40.46%
G=38.87%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922011700.040.490.1055.1868.2967.84
HexE5DC750431A374444
Octal34533416504611267104104
Binary111001011101110011101010100110001101011011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DC75; }

 p { color: rgb(229,220,117); }

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

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

 a { background-color: rgb(229,220,117); }

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

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

 span { border-color: rgb(229,220,117); }

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