Html Css Color HEX #EED873 Wild Rice

📋 copy color: '#EED873'

red 238 ◦ green 216 ◦ blue 115

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

Shades of Wild Rice #EED873

Tints of Wild Rice #EED873

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.96%

 BLUE value IS 115 (45.31% from 255) = 20.21%

R = 41.83%
G = 37.96%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EED873 (or 0xEED873) is known color: Wild Rice. HEX triplet: EE, D8 and 73. RGB value is (238,216,115). Sum of RGB (Red+Green+Blue) = 238+216+115=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 115 (45.31% from 255 or 20.21% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED873 is #11278C. Grayscale: #D3D3D3. Windows color (decimal): -1124237 or 7592174. OLE color: 7592174.

HSL color Cylindrical-coordinate representation of color #EED873: hue angle of 49.27º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EED873 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 216 115 -
CMYK 0 0.09 0.52 0.07
HSL 49.27º 0.78% 0.69% -
HSV(B) 49.27º 0.52% 0.93% -
XYZ 62.91 68.53 26.13 -
YUV 211.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 238 216 115 0 0.09 0.52 0.07 49.27 0.78 0.69
Hex EE D8 73 0 9 34 7 31 4E 45
Octal 356 330 163 0 11 64 7 61 116 105
Binary 11101110 11011000 1110011 0 1001 110100 111 110001 1001110 1000101

Color Harmonies of #EED873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED873

Black with #EED873

Text Example


Text Example

White with #EED873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED873; }

 p { color: rgb(238,216,115); }

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

background-color css

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

 a { background-color: rgb(238,216,115); }

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

border-color css

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

 span { border-color: rgb(238,216,115); }

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