#EDD777

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

Shades of Wild Rice #EDD777

Tints of Wild Rice #EDD777

Color information

#EDD777 (or 0xEDD777) is unknown color: approx Wild Rice. HEX triplet: ED, D7 and 77. RGB value is (237,215,119). Sum of RGB (Red+Green+Blue) = 237+215+119=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD777 is #122888. Grayscale: #D3D3D3. Windows color (decimal): -1190025 or 7854061. OLE color: 7854061.

HSL color Cylindrical-coordinate representation of color #EDD777: hue angle of 48.81º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDD777 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237215119-
CMYK00.090.500.07
HSL48.81º76.62%69.8%-
HSV(B)48.81º49.79%92.94%-
XYZ62.5667.9427.27-
YUV210.6376.29146.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.51%
GREEN value IS 215 (84.38% from 255) = 37.65%
BLUE value IS 119 (46.88% from 255) = 20.84%
R=41.51%
G=37.65%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721511900.090.500.0748.8176.6269.8
HexEDD77709327314d46
Octal35532716701162761115106
Binary111011011101011111101110100111001011111000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD777; }

 p { color: rgb(237,215,119); }

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

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

 a { background-color: rgb(237,215,119); }

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

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

 span { border-color: rgb(237,215,119); }

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