Html Css Color HEX #EED871 Wild Rice

📋 copy color: '#EED871'

red 238 ◦ green 216 ◦ blue 113

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

Shades of Wild Rice #EED871

Tints of Wild Rice #EED871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.93%

R = 41.98%
G = 38.1%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EED871 (or 0xEED871) is known color: Wild Rice. HEX triplet: EE, D8 and 71. RGB value is (238,216,113). Sum of RGB (Red+Green+Blue) = 238+216+113=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EED871 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED871 is #11278E. Grayscale: #D3D3D3. Windows color (decimal): -1124239 or 7461102. OLE color: 7461102.

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

Color convert

RGB 238 216 113 -
CMYK 0 0.09 0.53 0.07
HSL 49.44º 0.79% 0.69% -
HSV(B) 49.44º 0.53% 0.93% -
XYZ 62.8 68.48 25.53 -
YUV 210.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 238 216 113 0 0.09 0.53 0.07 49.44 0.79 0.69
Hex EE D8 71 0 9 35 7 31 4F 45
Octal 356 330 161 0 11 65 7 61 117 105
Binary 11101110 11011000 1110001 0 1001 110101 111 110001 1001111 1000101

Color Harmonies of #EED871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED871

Black with #EED871

Text Example


Text Example

White with #EED871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED871; }

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

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

background-color css

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

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

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

border-color css

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

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

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