Html Css Color HEX #E5DB7C Wild Rice

📋 copy color: '#E5DB7C'

red 229 ◦ green 219 ◦ blue 124

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

Shades of Wild Rice #E5DB7C

Tints of Wild Rice #E5DB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 40.03%
G = 38.29%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5DB7C (or 0xE5DB7C) is known color: Wild Rice. HEX triplet: E5, DB and 7C. RGB value is (229,219,124). Sum of RGB (Red+Green+Blue) = 229+219+124=572 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.03% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DB7C is #1A2483. Grayscale: #D3D3D3. Windows color (decimal): -1713284 or 8182757. OLE color: 8182757.

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

Color convert

RGB 229 219 124 -
CMYK 0 0.04 0.46 0.10
HSL 54.29º 0.67% 0.69% -
HSV(B) 54.29º 0.46% 0.9% -
XYZ 61.28 68.78 29.11 -
YUV 211.16 78.81 140.72 -
System Red Green Blue C M Y K H S L
Decimal 229 219 124 0 0.04 0.46 0.10 54.29 0.67 0.69
Hex E5 DB 7C 0 4 2E A 36 43 45
Octal 345 333 174 0 4 56 12 66 103 105
Binary 11100101 11011011 1111100 0 100 101110 1010 110110 1000011 1000101

Color Harmonies of #E5DB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DB7C

Black with #E5DB7C

Text Example


Text Example

White with #E5DB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DB7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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