#E4DB7C

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

Shades of Wild Rice #E4DB7C

Tints of Wild Rice #E4DB7C

Color information

#E4DB7C (or 0xE4DB7C) is unknown color: approx Wild Rice. HEX triplet: E4, DB and 7C. RGB value is (228,219,124). Sum of RGB (Red+Green+Blue) = 228+219+124=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DB7C is #1B2483. Grayscale: #D3D3D3. Windows color (decimal): -1778820 or 8182756. OLE color: 8182756.

HSL color Cylindrical-coordinate representation of color #E4DB7C: hue angle of 54.81º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4DB7C is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228219124-
CMYK00.040.460.11
HSL54.81º65.82%69.02%-
HSV(B)54.81º45.61%89.41%-
XYZ60.9668.6129.1-
YUV210.8678.98140.22-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.93%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 124 (48.83% from 255) = 21.72%
R=39.93%
G=38.35%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821912400.040.460.1154.8165.8269.02
HexE4DB7C042EB374245
Octal34433317404561367102105
Binary111001001101101111111000100101110101111011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4DB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4DB7C; }

 p { color: rgb(228,219,124); }

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

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

 a { background-color: rgb(228,219,124); }

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

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

 span { border-color: rgb(228,219,124); }

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