Html Css Color HEX #EDD477 Wild Rice

📋 copy color: '#EDD477'

red 237 ◦ green 212 ◦ blue 119

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

Shades of Wild Rice #EDD477

Tints of Wild Rice #EDD477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.32%

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

R = 41.73%
G = 37.32%
B = 20.95%

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

#EDD477 (or 0xEDD477) is known color: Wild Rice. HEX triplet: ED, D4 and 77. RGB value is (237,212,119). Sum of RGB (Red+Green+Blue) = 237+212+119=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD477 is #122B88. Grayscale: #D1D1D1. Windows color (decimal): -1190793 or 7853293. OLE color: 7853293.

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

Color convert

RGB 237 212 119 -
CMYK 0 0.11 0.50 0.07
HSL 47.29º 0.77% 0.7% -
HSV(B) 47.29º 0.5% 0.93% -
XYZ 61.8 66.42 27.02 -
YUV 208.87 77.28 148.06 -
System Red Green Blue C M Y K H S L
Decimal 237 212 119 0 0.11 0.50 0.07 47.29 0.77 0.7
Hex ED D4 77 0 B 32 7 2F 4D 46
Octal 355 324 167 0 13 62 7 57 115 106
Binary 11101101 11010100 1110111 0 1011 110010 111 101111 1001101 1000110

Color Harmonies of #EDD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD477

Black with #EDD477

Text Example


Text Example

White with #EDD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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