Html Css Color HEX #E8DD6F Wild Rice

📋 copy color: '#E8DD6F'

red 232 ◦ green 221 ◦ blue 111

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

Shades of Wild Rice #E8DD6F

Tints of Wild Rice #E8DD6F

RGB

 RED value IS 232 (91.02% from 255) = 41.13%

 GREEN value IS 221 (86.72% from 255) = 39.18%

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

R = 41.13%
G = 39.18%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E8DD6F (or 0xE8DD6F) is known color: Wild Rice. HEX triplet: E8, DD and 6F. RGB value is (232,221,111). Sum of RGB (Red+Green+Blue) = 232+221+111=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DD6F is #172290. Grayscale: #D4D4D4. Windows color (decimal): -1516177 or 7331304. OLE color: 7331304.

HSL color Cylindrical-coordinate representation of color #E8DD6F: hue angle of 54.55º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E8DD6F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 221 111 -
CMYK 0 0.05 0.52 0.09
HSL 54.55º 0.72% 0.67% -
HSV(B) 54.55º 0.52% 0.91% -
XYZ 62 70.02 25.29 -
YUV 211.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 232 221 111 0 0.05 0.52 0.09 54.55 0.72 0.67
Hex E8 DD 6F 0 5 34 9 37 48 43
Octal 350 335 157 0 5 64 11 67 110 103
Binary 11101000 11011101 1101111 0 101 110100 1001 110111 1001000 1000011

Color Harmonies of #E8DD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD6F

Black with #E8DD6F

Text Example


Text Example

White with #E8DD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD6F; }

 p { color: rgb(232,221,111); }

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

background-color css

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

 a { background-color: rgb(232,221,111); }

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

border-color css

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

 span { border-color: rgb(232,221,111); }

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