Html Css Color HEX #EDD773 Wild Rice

📋 copy color: '#EDD773'

red 237 ◦ green 215 ◦ blue 115

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

Shades of Wild Rice #EDD773

Tints of Wild Rice #EDD773

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.92%

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

R = 41.8%
G = 37.92%
B = 20.28%

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

#EDD773 (or 0xEDD773) is known color: Wild Rice. HEX triplet: ED, D7 and 73. RGB value is (237,215,115). Sum of RGB (Red+Green+Blue) = 237+215+115=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD773 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD773 is #12288C. Grayscale: #D2D2D2. Windows color (decimal): -1190029 or 7591917. OLE color: 7591917.

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

Color convert

RGB 237 215 115 -
CMYK 0 0.09 0.51 0.07
HSL 49.18º 0.77% 0.69% -
HSV(B) 49.18º 0.51% 0.93% -
XYZ 62.32 67.84 26.03 -
YUV 210.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 237 215 115 0 0.09 0.51 0.07 49.18 0.77 0.69
Hex ED D7 73 0 9 33 7 31 4D 45
Octal 355 327 163 0 11 63 7 61 115 105
Binary 11101101 11010111 1110011 0 1001 110011 111 110001 1001101 1000101

Color Harmonies of #EDD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD773

Black with #EDD773

Text Example


Text Example

White with #EDD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD773; }

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

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

background-color css

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

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

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

border-color css

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

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

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