Html Css Color HEX #EDD376 Wild Rice

📋 copy color: '#EDD376'

red 237 ◦ green 211 ◦ blue 118

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

Shades of Wild Rice #EDD376

Tints of Wild Rice #EDD376

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.28%

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

R = 41.87%
G = 37.28%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDD376 (or 0xEDD376) is known color: Wild Rice. HEX triplet: ED, D3 and 76. RGB value is (237,211,118). Sum of RGB (Red+Green+Blue) = 237+211+118=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 118 (46.48% from 255 or 20.85% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD376 is #122C89. Grayscale: #D0D0D0. Windows color (decimal): -1191050 or 7787501. OLE color: 7787501.

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

Color convert

RGB 237 211 118 -
CMYK 0 0.11 0.50 0.07
HSL 46.89º 0.77% 0.7% -
HSV(B) 46.89º 0.5% 0.93% -
XYZ 61.49 65.9 26.62 -
YUV 208.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 237 211 118 0 0.11 0.50 0.07 46.89 0.77 0.7
Hex ED D3 76 0 B 32 7 2F 4D 46
Octal 355 323 166 0 13 62 7 57 115 106
Binary 11101101 11010011 1110110 0 1011 110010 111 101111 1001101 1000110

Color Harmonies of #EDD376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD376

Black with #EDD376

Text Example


Text Example

White with #EDD376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD376; }

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

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

background-color css

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

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

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

border-color css

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

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

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