Html Css Color HEX #EDD776 Wild Rice

📋 copy color: '#EDD776'

red 237 ◦ green 215 ◦ blue 118

#EDD776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #EDD776

Tints of Wild Rice #EDD776

RGB

 RED value IS 237 (92.97% from 255) = 41.58%

 GREEN value IS 215 (84.38% from 255) = 37.72%

 BLUE value IS 118 (46.48% from 255) = 20.7%

R = 41.58%
G = 37.72%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDD776 (or 0xEDD776) is known color: Wild Rice. HEX triplet: ED, D7 and 76. RGB value is (237,215,118). Sum of RGB (Red+Green+Blue) = 237+215+118=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD776 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD776 is #122889. Grayscale: #D2D2D2. Windows color (decimal): -1190026 or 7788525. OLE color: 7788525.

HSL color Cylindrical-coordinate representation of color #EDD776: hue angle of 48.91º 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 #EDD776 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 215 118 -
CMYK 0 0.09 0.50 0.07
HSL 48.91º 0.77% 0.7% -
HSV(B) 48.91º 0.5% 0.93% -
XYZ 62.5 67.91 26.95 -
YUV 210.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 237 215 118 0 0.09 0.50 0.07 48.91 0.77 0.7
Hex ED D7 76 0 9 32 7 31 4D 46
Octal 355 327 166 0 11 62 7 61 115 106
Binary 11101101 11010111 1110110 0 1001 110010 111 110001 1001101 1000110

Color Harmonies of #EDD776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD776

Black with #EDD776

Text Example


Text Example

White with #EDD776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD776; }

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

 H1.HeaderClassName
 {
   color: #EDD776;
 }
 .AnyTagClassName
 {
   color: #EDD776;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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