Html Css Color HEX #E5DB6F Wild Rice

📋 copy color: '#E5DB6F'

red 229 ◦ green 219 ◦ blue 111

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

Shades of Wild Rice #E5DB6F

Tints of Wild Rice #E5DB6F

RGB

 RED value IS 229 (89.84% from 255) = 40.97%

 GREEN value IS 219 (85.94% from 255) = 39.18%

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

R = 40.97%
G = 39.18%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5DB6F (or 0xE5DB6F) is known color: Wild Rice. HEX triplet: E5, DB and 6F. RGB value is (229,219,111). Sum of RGB (Red+Green+Blue) = 229+219+111=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB6F is #1A2490. Grayscale: #D2D2D2. Windows color (decimal): -1713297 or 7330789. OLE color: 7330789.

HSL color Cylindrical-coordinate representation of color #E5DB6F: hue angle of 54.92º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5DB6F is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 219 111 -
CMYK 0 0.04 0.52 0.10
HSL 54.92º 0.69% 0.67% -
HSV(B) 54.92º 0.52% 0.9% -
XYZ 60.51 68.47 25.07 -
YUV 209.68 72.31 141.78 -
System Red Green Blue C M Y K H S L
Decimal 229 219 111 0 0.04 0.52 0.10 54.92 0.69 0.67
Hex E5 DB 6F 0 4 34 A 37 45 43
Octal 345 333 157 0 4 64 12 67 105 103
Binary 11100101 11011011 1101111 0 100 110100 1010 110111 1000101 1000011

Color Harmonies of #E5DB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB6F

Black with #E5DB6F

Text Example


Text Example

White with #E5DB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB6F; }

 p { color: rgb(229,219,111); }

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

background-color css

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

 a { background-color: rgb(229,219,111); }

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

border-color css

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

 span { border-color: rgb(229,219,111); }

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