Html Css Color HEX #EDD971 Wild Rice

📋 copy color: '#EDD971'

red 237 ◦ green 217 ◦ blue 113

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

Shades of Wild Rice #EDD971

Tints of Wild Rice #EDD971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.27%

 BLUE value IS 113 (44.53% from 255) = 19.93%

R = 41.8%
G = 38.27%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD971 (or 0xEDD971) is known color: Wild Rice. HEX triplet: ED, D9 and 71. RGB value is (237,217,113). Sum of RGB (Red+Green+Blue) = 237+217+113=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD971 is #12268E. Grayscale: #D3D3D3. Windows color (decimal): -1189519 or 7461357. OLE color: 7461357.

HSL color Cylindrical-coordinate representation of color #EDD971: hue angle of 50.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDD971 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 217 113 -
CMYK 0 0.08 0.52 0.07
HSL 50.32º 0.78% 0.69% -
HSV(B) 50.32º 0.52% 0.93% -
XYZ 62.72 68.82 25.6 -
YUV 211.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 237 217 113 0 0.08 0.52 0.07 50.32 0.78 0.69
Hex ED D9 71 0 8 34 7 32 4E 45
Octal 355 331 161 0 10 64 7 62 116 105
Binary 11101101 11011001 1110001 0 1000 110100 111 110010 1001110 1000101

Color Harmonies of #EDD971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD971

Black with #EDD971

Text Example


Text Example

White with #EDD971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD971; }

 p { color: rgb(237,217,113); }

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

background-color css

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

 a { background-color: rgb(237,217,113); }

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

border-color css

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

 span { border-color: rgb(237,217,113); }

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