#ead775

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

Shades of Wild Rice #EAD775

Tints of Wild Rice #EAD775

Color information

#EAD775 (or 0xEAD775) is unknown color: approx Wild Rice. HEX triplet: EA, D7 and 75. RGB value is (234,215,117). Sum of RGB (Red+Green+Blue) = 234+215+117=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD775 is #15288A. Grayscale: #D1D1D1. Windows color (decimal): -1386635 or 7722986. OLE color: 7722986.

HSL color Cylindrical-coordinate representation of color #EAD775: hue angle of 50.26º 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 #EAD775 is Cyan = 0, Magento = 0.08, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB234215117-
CMYK00.080.50.08
HSL50.26º73.58%68.82%-
HSV(B)50.26º50%91.76%-
XYZ61.4467.3826.6-
YUV209.5175.79145.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 215 (84.38% from 255) = 37.99%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=41.34%
G=37.99%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421511700.080.50.0850.2673.5868.82
HexEAD77508328324a45
Octal352327165010621062112105
Binary1110101011010111111010101000110010100011001010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ead775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ead775; }

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

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

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

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

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

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

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

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