Html Css Color HEX #EDDA76 Wild Rice

📋 copy color: '#EDDA76'

red 237 ◦ green 218 ◦ blue 118

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

Shades of Wild Rice #EDDA76

Tints of Wild Rice #EDDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.05%

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

R = 41.36%
G = 38.05%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDDA76 (or 0xEDDA76) is known color: Wild Rice. HEX triplet: ED, DA and 76. RGB value is (237,218,118). Sum of RGB (Red+Green+Blue) = 237+218+118=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 218 (85.55% from 255 or 38.05% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA76 is #122589. Grayscale: #D4D4D4. Windows color (decimal): -1189258 or 7789293. OLE color: 7789293.

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

Color convert

RGB 237 218 118 -
CMYK 0 0.08 0.50 0.07
HSL 50.42º 0.77% 0.7% -
HSV(B) 50.42º 0.5% 0.93% -
XYZ 63.27 69.46 27.21 -
YUV 212.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 237 218 118 0 0.08 0.50 0.07 50.42 0.77 0.7
Hex ED DA 76 0 8 32 7 32 4D 46
Octal 355 332 166 0 10 62 7 62 115 106
Binary 11101101 11011010 1110110 0 1000 110010 111 110010 1001101 1000110

Color Harmonies of #EDDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA76

Black with #EDDA76

Text Example


Text Example

White with #EDDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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