Html Css Color HEX #E5DB71 Wild Rice

📋 copy color: '#E5DB71'

red 229 ◦ green 219 ◦ blue 113

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

Shades of Wild Rice #E5DB71

Tints of Wild Rice #E5DB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.14%

R = 40.82%
G = 39.04%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5DB71 (or 0xE5DB71) is known color: Wild Rice. HEX triplet: E5, DB and 71. RGB value is (229,219,113). Sum of RGB (Red+Green+Blue) = 229+219+113=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 113 (44.53% from 255 or 20.14% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB71 is #1A248E. Grayscale: #D2D2D2. Windows color (decimal): -1713295 or 7461861. OLE color: 7461861.

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

Color convert

RGB 229 219 113 -
CMYK 0 0.04 0.51 0.10
HSL 54.83º 0.69% 0.67% -
HSV(B) 54.83º 0.51% 0.9% -
XYZ 60.63 68.51 25.65 -
YUV 209.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 229 219 113 0 0.04 0.51 0.10 54.83 0.69 0.67
Hex E5 DB 71 0 4 33 A 37 45 43
Octal 345 333 161 0 4 63 12 67 105 103
Binary 11100101 11011011 1110001 0 100 110011 1010 110111 1000101 1000011

Color Harmonies of #E5DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB71

Black with #E5DB71

Text Example


Text Example

White with #E5DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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