#E6D478

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

Shades of Wild Rice #E6D478

Tints of Wild Rice #E6D478

Color information

#E6D478 (or 0xE6D478) is unknown color: approx Wild Rice. HEX triplet: E6, D4 and 78. RGB value is (230,212,120). Sum of RGB (Red+Green+Blue) = 230+212+120=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6D478 is #192B87. Grayscale: #CFCFCF. Windows color (decimal): -1649544 or 7918822. OLE color: 7918822.

HSL color Cylindrical-coordinate representation of color #E6D478: hue angle of 50.18º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6D478 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB230212120-
CMYK00.080.480.10
HSL50.18º68.75%68.63%-
HSV(B)50.18º47.83%90.2%-
XYZ59.5765.2727.23-
YUV206.8978.96144.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 120 (47.27% from 255) = 21.35%
R=40.93%
G=37.72%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021212000.080.480.1050.1868.7568.63
HexE6D4780830A324545
Octal346324170010601262105105
Binary1110011011010100111100001000110000101011001010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D478; }

 p { color: rgb(230,212,120); }

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

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

 a { background-color: rgb(230,212,120); }

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

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

 span { border-color: rgb(230,212,120); }

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