Html Css Color HEX #EED974 Wild Rice

📋 copy color: '#EED974'

red 238 ◦ green 217 ◦ blue 116

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

Shades of Wild Rice #EED974

Tints of Wild Rice #EED974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.32%

R = 41.68%
G = 38%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED974 (or 0xEED974) is known color: Wild Rice. HEX triplet: EE, D9 and 74. RGB value is (238,217,116). Sum of RGB (Red+Green+Blue) = 238+217+116=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EED974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED974 is #11268B. Grayscale: #D4D4D4. Windows color (decimal): -1123980 or 7657966. OLE color: 7657966.

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

Color convert

RGB 238 217 116 -
CMYK 0 0.09 0.51 0.07
HSL 49.67º 0.78% 0.69% -
HSV(B) 49.67º 0.51% 0.93% -
XYZ 63.23 69.06 26.52 -
YUV 211.77 73.96 146.71 -
System Red Green Blue C M Y K H S L
Decimal 238 217 116 0 0.09 0.51 0.07 49.67 0.78 0.69
Hex EE D9 74 0 9 33 7 32 4E 45
Octal 356 331 164 0 11 63 7 62 116 105
Binary 11101110 11011001 1110100 0 1001 110011 111 110010 1001110 1000101

Color Harmonies of #EED974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED974

Black with #EED974

Text Example


Text Example

White with #EED974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED974; }

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

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

background-color css

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

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

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

border-color css

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

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

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