#E5DB75

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

Shades of Wild Rice #E5DB75

Tints of Wild Rice #E5DB75

Color information

#E5DB75 (or 0xE5DB75) is unknown color: approx Wild Rice. HEX triplet: E5, DB and 75. RGB value is (229,219,117). Sum of RGB (Red+Green+Blue) = 229+219+117=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB75 is #1A248A. Grayscale: #D2D2D2. Windows color (decimal): -1713291 or 7724005. OLE color: 7724005.

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

Color convert

RGB229219117-
CMYK00.040.490.10
HSL54.64º68.29%67.84%-
HSV(B)54.64º48.91%89.8%-
XYZ60.8668.6126.86-
YUV210.3675.31141.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.53%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 117 (46.09% from 255) = 20.71%
R=40.53%
G=38.76%
B=20.71%

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
Decimal22921911700.040.490.1054.6468.2967.84
HexE5DB750431A374444
Octal34533316504611267104104
Binary111001011101101111101010100110001101011011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DB75; }

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

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

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

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

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

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

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

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