#EADD69

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

Shades of Wild Rice #EADD69

Tints of Wild Rice #EADD69

Color information

#EADD69 (or 0xEADD69) is unknown color: approx Wild Rice. HEX triplet: EA, DD and 69. RGB value is (234,221,105). Sum of RGB (Red+Green+Blue) = 234+221+105=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD69 is #152296. Grayscale: #D4D4D4. Windows color (decimal): -1385111 or 6938090. OLE color: 6938090.

HSL color Cylindrical-coordinate representation of color #EADD69: hue angle of 53.95º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EADD69 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB234221105-
CMYK00.060.550.08
HSL53.95º75.44%66.47%-
HSV(B)53.95º55.13%91.76%-
XYZ62.3470.2323.63-
YUV211.6667.81143.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 221 (86.72% from 255) = 39.46%
BLUE value IS 105 (41.41% from 255) = 18.75%
R=41.79%
G=39.46%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422110500.060.550.0853.9575.4466.47
HexEADD6906378364b42
Octal35233515106671066113102
Binary111010101101110111010010110110111100011011010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD69; }

 p { color: rgb(234,221,105); }

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

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

 a { background-color: rgb(234,221,105); }

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

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

 span { border-color: rgb(234,221,105); }

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