Html Css Color HEX #EDD877 Wild Rice

📋 copy color: '#EDD877'

red 237 ◦ green 216 ◦ blue 119

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

Shades of Wild Rice #EDD877

Tints of Wild Rice #EDD877

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.76%

 BLUE value IS 119 (46.88% from 255) = 20.8%

R = 41.43%
G = 37.76%
B = 20.8%

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

#EDD877 (or 0xEDD877) is known color: Wild Rice. HEX triplet: ED, D8 and 77. RGB value is (237,216,119). Sum of RGB (Red+Green+Blue) = 237+216+119=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 119 (46.88% from 255 or 20.80% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD877 is #122788. Grayscale: #D3D3D3. Windows color (decimal): -1189769 or 7854317. OLE color: 7854317.

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

Color convert

RGB 237 216 119 -
CMYK 0 0.09 0.50 0.07
HSL 49.32º 0.77% 0.7% -
HSV(B) 49.32º 0.5% 0.93% -
XYZ 62.81 68.45 27.35 -
YUV 211.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 237 216 119 0 0.09 0.50 0.07 49.32 0.77 0.7
Hex ED D8 77 0 9 32 7 31 4D 46
Octal 355 330 167 0 11 62 7 61 115 106
Binary 11101101 11011000 1110111 0 1001 110010 111 110001 1001101 1000110

Color Harmonies of #EDD877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD877

Black with #EDD877

Text Example


Text Example

White with #EDD877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD877; }

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

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

background-color css

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

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

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

border-color css

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

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

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