#E4D675

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

Shades of Wild Rice #E4D675

Tints of Wild Rice #E4D675

Color information

#E4D675 (or 0xE4D675) is unknown color: approx Wild Rice. HEX triplet: E4, D6 and 75. RGB value is (228,214,117). Sum of RGB (Red+Green+Blue) = 228+214+117=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D675 is #1B298A. Grayscale: #CFCFCF. Windows color (decimal): -1780107 or 7722724. OLE color: 7722724.

HSL color Cylindrical-coordinate representation of color #E4D675: hue angle of 52.43º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E4D675 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB228214117-
CMYK00.060.490.11
HSL52.43º67.27%67.65%-
HSV(B)52.43º48.68%89.41%-
XYZ59.2565.8726.42-
YUV207.1377.14142.89-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.79%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 117 (46.09% from 255) = 20.93%
R=40.79%
G=38.28%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821411700.060.490.1152.4367.2767.65
HexE4D6750631B344344
Octal34432616506611364103104
Binary111001001101011011101010110110001101111010010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D675; }

 p { color: rgb(228,214,117); }

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

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

 a { background-color: rgb(228,214,117); }

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

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

 span { border-color: rgb(228,214,117); }

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