#E7DB78

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

Shades of Wild Rice #E7DB78

Tints of Wild Rice #E7DB78

Color information

#E7DB78 (or 0xE7DB78) is unknown color: approx Wild Rice. HEX triplet: E7, DB and 78. RGB value is (231,219,120). Sum of RGB (Red+Green+Blue) = 231+219+120=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB78 is #182487. Grayscale: #D3D3D3. Windows color (decimal): -1582216 or 7920615. OLE color: 7920615.

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

Color convert

RGB231219120-
CMYK00.050.480.09
HSL53.51º69.81%68.82%-
HSV(B)53.51º48.05%90.59%-
XYZ61.6869.0127.84-
YUV211.376.48142.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.53%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 120 (47.27% from 255) = 21.05%
R=40.53%
G=38.42%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121912000.050.480.0953.5169.8168.82
HexE7DB7805309364645
Octal34733317005601166106105
Binary111001111101101111110000101110000100111011010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7DB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7DB78; }

 p { color: rgb(231,219,120); }

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

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

 a { background-color: rgb(231,219,120); }

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

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

 span { border-color: rgb(231,219,120); }

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