Html Css Color HEX #EED477 Wild Rice

📋 copy color: '#EED477'

red 238 ◦ green 212 ◦ blue 119

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

Shades of Wild Rice #EED477

Tints of Wild Rice #EED477

RGB

 RED value IS 238 (93.36% from 255) = 41.83%

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

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

R = 41.83%
G = 37.26%
B = 20.91%

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

#EED477 (or 0xEED477) is known color: Wild Rice. HEX triplet: EE, D4 and 77. RGB value is (238,212,119). Sum of RGB (Red+Green+Blue) = 238+212+119=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED477 is #112B88. Grayscale: #D1D1D1. Windows color (decimal): -1125257 or 7853294. OLE color: 7853294.

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

Color convert

RGB 238 212 119 -
CMYK 0 0.11 0.50 0.07
HSL 46.89º 0.78% 0.7% -
HSV(B) 46.89º 0.5% 0.93% -
XYZ 62.13 66.6 27.03 -
YUV 209.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 238 212 119 0 0.11 0.50 0.07 46.89 0.78 0.7
Hex EE D4 77 0 B 32 7 2F 4E 46
Octal 356 324 167 0 13 62 7 57 116 106
Binary 11101110 11010100 1110111 0 1011 110010 111 101111 1001110 1000110

Color Harmonies of #EED477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED477

Black with #EED477

Text Example


Text Example

White with #EED477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED477; }

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

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

background-color css

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

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

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

border-color css

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

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

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