Html Css Color HEX #EDD276 Wild Rice

📋 copy color: '#EDD276'

red 237 ◦ green 210 ◦ blue 118

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

Shades of Wild Rice #EDD276

Tints of Wild Rice #EDD276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.17%

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

R = 41.95%
G = 37.17%
B = 20.88%

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

#EDD276 (or 0xEDD276) is known color: Wild Rice. HEX triplet: ED, D2 and 76. RGB value is (237,210,118). Sum of RGB (Red+Green+Blue) = 237+210+118=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD276 is #122D89. Grayscale: #CFCFCF. Windows color (decimal): -1191306 or 7787245. OLE color: 7787245.

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

Color convert

RGB 237 210 118 -
CMYK 0 0.11 0.50 0.07
HSL 46.39º 0.77% 0.7% -
HSV(B) 46.39º 0.5% 0.93% -
XYZ 61.24 65.41 26.54 -
YUV 207.59 77.45 148.98 -
System Red Green Blue C M Y K H S L
Decimal 237 210 118 0 0.11 0.50 0.07 46.39 0.77 0.7
Hex ED D2 76 0 B 32 7 2E 4D 46
Octal 355 322 166 0 13 62 7 56 115 106
Binary 11101101 11010010 1110110 0 1011 110010 111 101110 1001101 1000110

Color Harmonies of #EDD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD276

Black with #EDD276

Text Example


Text Example

White with #EDD276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD276; }

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

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

background-color css

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

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

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

border-color css

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

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

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