Html Css Color HEX #EDD871 Wild Rice

📋 copy color: '#EDD871'

red 237 ◦ green 216 ◦ blue 113

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

Shades of Wild Rice #EDD871

Tints of Wild Rice #EDD871

RGB

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

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

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

R = 41.87%
G = 38.16%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDD871 (or 0xEDD871) is known color: Wild Rice. HEX triplet: ED, D8 and 71. RGB value is (237,216,113). Sum of RGB (Red+Green+Blue) = 237+216+113=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD871 is #12278E. Grayscale: #D2D2D2. Windows color (decimal): -1189775 or 7461101. OLE color: 7461101.

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

Color convert

RGB 237 216 113 -
CMYK 0 0.09 0.52 0.07
HSL 49.84º 0.78% 0.69% -
HSV(B) 49.84º 0.52% 0.93% -
XYZ 62.46 68.31 25.52 -
YUV 210.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 237 216 113 0 0.09 0.52 0.07 49.84 0.78 0.69
Hex ED D8 71 0 9 34 7 32 4E 45
Octal 355 330 161 0 11 64 7 62 116 105
Binary 11101101 11011000 1110001 0 1001 110100 111 110010 1001110 1000101

Color Harmonies of #EDD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD871

Black with #EDD871

Text Example


Text Example

White with #EDD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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