#E3D766

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

Shades of Wild Rice #E3D766

Tints of Wild Rice #E3D766

Color information

#E3D766 (or 0xE3D766) is unknown color: approx Wild Rice. HEX triplet: E3, D7 and 66. RGB value is (227,215,102). Sum of RGB (Red+Green+Blue) = 227+215+102=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D766 is #1C2899. Grayscale: #CECECE. Windows color (decimal): -1845402 or 6739939. OLE color: 6739939.

HSL color Cylindrical-coordinate representation of color #E3D766: hue angle of 54.24º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3D766 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB227215102-
CMYK00.050.550.11
HSL54.24º69.06%64.51%-
HSV(B)54.24º55.07%89.02%-
XYZ58.3865.8922.21-
YUV205.7169.48143.19-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.73%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 102 (40.23% from 255) = 18.75%
R=41.73%
G=39.52%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721510200.050.550.1154.2469.0664.51
HexE3D7660537B364541
Octal34332714605671366105101
Binary111000111101011111001100101110111101111011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D766; }

 p { color: rgb(227,215,102); }

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

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

 a { background-color: rgb(227,215,102); }

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

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

 span { border-color: rgb(227,215,102); }

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