Html Css Color HEX #E5DB73 Wild Rice

📋 copy color: '#E5DB73'

red 229 ◦ green 219 ◦ blue 115

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

Shades of Wild Rice #E5DB73

Tints of Wild Rice #E5DB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.43%

R = 40.67%
G = 38.9%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5DB73 (or 0xE5DB73) is known color: Wild Rice. HEX triplet: E5, DB and 73. RGB value is (229,219,115). Sum of RGB (Red+Green+Blue) = 229+219+115=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB73 is #1A248C. Grayscale: #D2D2D2. Windows color (decimal): -1713293 or 7592933. OLE color: 7592933.

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

Color convert

RGB 229 219 115 -
CMYK 0 0.04 0.50 0.10
HSL 54.74º 0.69% 0.67% -
HSV(B) 54.74º 0.5% 0.9% -
XYZ 60.74 68.56 26.25 -
YUV 210.13 74.31 141.46 -
System Red Green Blue C M Y K H S L
Decimal 229 219 115 0 0.04 0.50 0.10 54.74 0.69 0.67
Hex E5 DB 73 0 4 32 A 37 45 43
Octal 345 333 163 0 4 62 12 67 105 103
Binary 11100101 11011011 1110011 0 100 110010 1010 110111 1000101 1000011

Color Harmonies of #E5DB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB73

Black with #E5DB73

Text Example


Text Example

White with #E5DB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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