#E7D672

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

Shades of Wild Rice #E7D672

Tints of Wild Rice #E7D672

Color information

#E7D672 (or 0xE7D672) is unknown color: approx Wild Rice. HEX triplet: E7, D6 and 72. RGB value is (231,214,114). Sum of RGB (Red+Green+Blue) = 231+214+114=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D672 is #18298D. Grayscale: #D0D0D0. Windows color (decimal): -1583502 or 7526119. OLE color: 7526119.

HSL color Cylindrical-coordinate representation of color #E7D672: hue angle of 51.28º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7D672 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB231214114-
CMYK00.070.510.09
HSL51.28º70.91%67.65%-
HSV(B)51.28º50.65%90.59%-
XYZ60.0466.325.55-
YUV207.6875.13144.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 114 (44.92% from 255) = 20.39%
R=41.32%
G=38.28%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121411400.070.510.0951.2870.9167.65
HexE7D67207339334744
Octal34732616207631163107104
Binary111001111101011011100100111110011100111001110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D672; }

 p { color: rgb(231,214,114); }

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

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

 a { background-color: rgb(231,214,114); }

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

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

 span { border-color: rgb(231,214,114); }

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