#EADC75

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

Shades of Wild Rice #EADC75

Tints of Wild Rice #EADC75

Color information

#EADC75 (or 0xEADC75) is unknown color: approx Wild Rice. HEX triplet: EA, DC and 75. RGB value is (234,220,117). Sum of RGB (Red+Green+Blue) = 234+220+117=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC75 is #15238A. Grayscale: #D4D4D4. Windows color (decimal): -1385355 or 7724266. OLE color: 7724266.

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

Color convert

RGB234220117-
CMYK00.060.50.08
HSL52.82º73.58%68.82%-
HSV(B)52.82º50%91.76%-
XYZ62.7469.9627.03-
YUV212.4474.14143.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 117 (46.09% from 255) = 20.49%
R=40.98%
G=38.53%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422011700.060.50.0852.8273.5868.82
HexEADC7506328354a45
Octal35233416506621065112105
Binary111010101101110011101010110110010100011010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC75; }

 p { color: rgb(234,220,117); }

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

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

 a { background-color: rgb(234,220,117); }

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

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

 span { border-color: rgb(234,220,117); }

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