Html Css Color HEX #EED971 Wild Rice

📋 copy color: '#EED971'

red 238 ◦ green 217 ◦ blue 113

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

Shades of Wild Rice #EED971

Tints of Wild Rice #EED971

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

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

R = 41.9%
G = 38.2%
B = 19.89%

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

#EED971 (or 0xEED971) is known color: Wild Rice. HEX triplet: EE, D9 and 71. RGB value is (238,217,113). Sum of RGB (Red+Green+Blue) = 238+217+113=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EED971 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED971 is #11268E. Grayscale: #D3D3D3. Windows color (decimal): -1123983 or 7461358. OLE color: 7461358.

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

Color convert

RGB 238 217 113 -
CMYK 0 0.09 0.53 0.07
HSL 49.92º 0.79% 0.69% -
HSV(B) 49.92º 0.53% 0.93% -
XYZ 63.05 69 25.62 -
YUV 211.42 72.46 146.96 -
System Red Green Blue C M Y K H S L
Decimal 238 217 113 0 0.09 0.53 0.07 49.92 0.79 0.69
Hex EE D9 71 0 9 35 7 32 4F 45
Octal 356 331 161 0 11 65 7 62 117 105
Binary 11101110 11011001 1110001 0 1001 110101 111 110010 1001111 1000101

Color Harmonies of #EED971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED971

Black with #EED971

Text Example


Text Example

White with #EED971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED971; }

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

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

background-color css

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

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

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

border-color css

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

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

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