Html Css Color HEX #EED96F Wild Rice

📋 copy color: '#EED96F'

red 238 ◦ green 217 ◦ blue 111

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

Shades of Wild Rice #EED96F

Tints of Wild Rice #EED96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.61%

R = 42.05%
G = 38.34%
B = 19.61%

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

#EED96F (or 0xEED96F) is known color: Wild Rice. HEX triplet: EE, D9 and 6F. RGB value is (238,217,111). Sum of RGB (Red+Green+Blue) = 238+217+111=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED96F is #112690. Grayscale: #D3D3D3. Windows color (decimal): -1123985 or 7330286. OLE color: 7330286.

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

Color convert

RGB 238 217 111 -
CMYK 0 0.09 0.53 0.07
HSL 50.08º 0.79% 0.68% -
HSV(B) 50.08º 0.53% 0.93% -
XYZ 62.94 68.95 25.03 -
YUV 211.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 238 217 111 0 0.09 0.53 0.07 50.08 0.79 0.68
Hex EE D9 6F 0 9 35 7 32 4F 44
Octal 356 331 157 0 11 65 7 62 117 104
Binary 11101110 11011001 1101111 0 1001 110101 111 110010 1001111 1000100

Color Harmonies of #EED96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED96F

Black with #EED96F

Text Example


Text Example

White with #EED96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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