#E9DD67

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

Shades of Wild Rice #E9DD67

Tints of Wild Rice #E9DD67

Color information

#E9DD67 (or 0xE9DD67) is unknown color: approx Wild Rice. HEX triplet: E9, DD and 67. RGB value is (233,221,103). Sum of RGB (Red+Green+Blue) = 233+221+103=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9DD67 is #162298. Grayscale: #D3D3D3. Windows color (decimal): -1450649 or 6807017. OLE color: 6807017.

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

Color convert

RGB233221103-
CMYK00.050.560.09
HSL54.46º74.71%65.88%-
HSV(B)54.46º55.79%91.37%-
XYZ61.9170.0223.08-
YUV211.1466.98143.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 221 (86.72% from 255) = 39.68%
BLUE value IS 103 (40.62% from 255) = 18.49%
R=41.83%
G=39.68%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322110300.050.560.0954.4674.7165.88
HexE9DD6705389364b42
Octal35133514705701166113102
Binary111010011101110111001110101111000100111011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DD67; }

 p { color: rgb(233,221,103); }

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

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

 a { background-color: rgb(233,221,103); }

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

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

 span { border-color: rgb(233,221,103); }

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