Html Css Color HEX #EDD277 Wild Rice

📋 copy color: '#EDD277'

red 237 ◦ green 210 ◦ blue 119

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

Shades of Wild Rice #EDD277

Tints of Wild Rice #EDD277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.02%

R = 41.87%
G = 37.1%
B = 21.02%

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

#EDD277 (or 0xEDD277) is known color: Wild Rice. HEX triplet: ED, D2 and 77. RGB value is (237,210,119). Sum of RGB (Red+Green+Blue) = 237+210+119=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD277 is #122D88. Grayscale: #D0D0D0. Windows color (decimal): -1191305 or 7852781. OLE color: 7852781.

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

Color convert

RGB 237 210 119 -
CMYK 0 0.11 0.50 0.07
HSL 46.27º 0.77% 0.7% -
HSV(B) 46.27º 0.5% 0.93% -
XYZ 61.3 65.43 26.85 -
YUV 207.7 77.95 148.9 -
System Red Green Blue C M Y K H S L
Decimal 237 210 119 0 0.11 0.50 0.07 46.27 0.77 0.7
Hex ED D2 77 0 B 32 7 2E 4D 46
Octal 355 322 167 0 13 62 7 56 115 106
Binary 11101101 11010010 1110111 0 1011 110010 111 101110 1001101 1000110

Color Harmonies of #EDD277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD277

Black with #EDD277

Text Example


Text Example

White with #EDD277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD277; }

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

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

background-color css

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

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

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

border-color css

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

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

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