Html Css Color HEX #EED774 Wild Rice

📋 copy color: '#EED774'

red 238 ◦ green 215 ◦ blue 116

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

Shades of Wild Rice #EED774

Tints of Wild Rice #EED774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.79%

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

R = 41.83%
G = 37.79%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EED774 (or 0xEED774) is known color: Wild Rice. HEX triplet: EE, D7 and 74. RGB value is (238,215,116). Sum of RGB (Red+Green+Blue) = 238+215+116=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 215 (84.38% from 255 or 37.79% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EED774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED774 is #11288B. Grayscale: #D3D3D3. Windows color (decimal): -1124492 or 7657454. OLE color: 7657454.

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

Color convert

RGB 238 215 116 -
CMYK 0 0.10 0.51 0.07
HSL 48.69º 0.78% 0.69% -
HSV(B) 48.69º 0.51% 0.93% -
XYZ 62.71 68.04 26.35 -
YUV 210.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 238 215 116 0 0.10 0.51 0.07 48.69 0.78 0.69
Hex EE D7 74 0 A 33 7 31 4E 45
Octal 356 327 164 0 12 63 7 61 116 105
Binary 11101110 11010111 1110100 0 1010 110011 111 110001 1001110 1000101

Color Harmonies of #EED774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED774

Black with #EED774

Text Example


Text Example

White with #EED774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED774; }

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

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

background-color css

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

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

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

border-color css

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

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

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