Html Css Color HEX #EDD577 Wild Rice

📋 copy color: '#EDD577'

red 237 ◦ green 213 ◦ blue 119

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

Shades of Wild Rice #EDD577

Tints of Wild Rice #EDD577

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.43%

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

R = 41.65%
G = 37.43%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDD577 (or 0xEDD577) is known color: Wild Rice. HEX triplet: ED, D5 and 77. RGB value is (237,213,119). Sum of RGB (Red+Green+Blue) = 237+213+119=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 213 (83.59% from 255 or 37.43% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD577 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD577 is #122A88. Grayscale: #D1D1D1. Windows color (decimal): -1190537 or 7853549. OLE color: 7853549.

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

Color convert

RGB 237 213 119 -
CMYK 0 0.10 0.50 0.07
HSL 47.8º 0.77% 0.7% -
HSV(B) 47.8º 0.5% 0.93% -
XYZ 62.05 66.92 27.1 -
YUV 209.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 237 213 119 0 0.10 0.50 0.07 47.8 0.77 0.7
Hex ED D5 77 0 A 32 7 30 4D 46
Octal 355 325 167 0 12 62 7 60 115 106
Binary 11101101 11010101 1110111 0 1010 110010 111 110000 1001101 1000110

Color Harmonies of #EDD577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD577

Black with #EDD577

Text Example


Text Example

White with #EDD577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD577; }

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

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

background-color css

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

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

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

border-color css

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

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

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