Html Css Color HEX #EDD873 Wild Rice

📋 copy color: '#EDD873'

red 237 ◦ green 216 ◦ blue 115

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

Shades of Wild Rice #EDD873

Tints of Wild Rice #EDD873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.25%

R = 41.73%
G = 38.03%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD873 (or 0xEDD873) is known color: Wild Rice. HEX triplet: ED, D8 and 73. RGB value is (237,216,115). Sum of RGB (Red+Green+Blue) = 237+216+115=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD873 is #12278C. Grayscale: #D3D3D3. Windows color (decimal): -1189773 or 7592173. OLE color: 7592173.

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

Color convert

RGB 237 216 115 -
CMYK 0 0.09 0.51 0.07
HSL 49.67º 0.77% 0.69% -
HSV(B) 49.67º 0.51% 0.93% -
XYZ 62.58 68.35 26.12 -
YUV 210.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 237 216 115 0 0.09 0.51 0.07 49.67 0.77 0.69
Hex ED D8 73 0 9 33 7 32 4D 45
Octal 355 330 163 0 11 63 7 62 115 105
Binary 11101101 11011000 1110011 0 1001 110011 111 110010 1001101 1000101

Color Harmonies of #EDD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD873

Black with #EDD873

Text Example


Text Example

White with #EDD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD873; }

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

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

background-color css

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

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

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

border-color css

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

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

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