#E7DA7B

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

Shades of Wild Rice #E7DA7B

Tints of Wild Rice #E7DA7B

Color information

#E7DA7B (or 0xE7DA7B) is unknown color: approx Wild Rice. HEX triplet: E7, DA and 7B. RGB value is (231,218,123). Sum of RGB (Red+Green+Blue) = 231+218+123=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA7B is #182584. Grayscale: #D3D3D3. Windows color (decimal): -1582469 or 8116967. OLE color: 8116967.

HSL color Cylindrical-coordinate representation of color #E7DA7B: hue angle of 52.78º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E7DA7B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB231218123-
CMYK00.060.470.09
HSL52.78º69.23%69.41%-
HSV(B)52.78º46.75%90.59%-
XYZ61.668.5628.73-
YUV211.0678.31142.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.38%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 123 (48.44% from 255) = 21.50%
R=40.38%
G=38.11%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121812300.060.470.0952.7869.2369.41
HexE7DA7B062F9354545
Octal34733217306571165105105
Binary111001111101101011110110110101111100111010110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DA7B; }

 p { color: rgb(231,218,123); }

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

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

 a { background-color: rgb(231,218,123); }

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

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

 span { border-color: rgb(231,218,123); }

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