Html Css Color HEX #E5DA7C Wild Rice

📋 copy color: '#E5DA7C'

red 229 ◦ green 218 ◦ blue 124

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

Shades of Wild Rice #E5DA7C

Tints of Wild Rice #E5DA7C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

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

R = 40.11%
G = 38.18%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5DA7C (or 0xE5DA7C) is known color: Wild Rice. HEX triplet: E5, DA and 7C. RGB value is (229,218,124). Sum of RGB (Red+Green+Blue) = 229+218+124=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 124 (48.83% from 255 or 21.72% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DA7C is #1A2583. Grayscale: #D2D2D2. Windows color (decimal): -1713540 or 8182501. OLE color: 8182501.

HSL color Cylindrical-coordinate representation of color #E5DA7C: hue angle of 53.71º 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 #E5DA7C is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 218 124 -
CMYK 0 0.05 0.46 0.10
HSL 53.71º 0.67% 0.69% -
HSV(B) 53.71º 0.46% 0.9% -
XYZ 61.02 68.26 29.03 -
YUV 210.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 229 218 124 0 0.05 0.46 0.10 53.71 0.67 0.69
Hex E5 DA 7C 0 5 2E A 36 43 45
Octal 345 332 174 0 5 56 12 66 103 105
Binary 11100101 11011010 1111100 0 101 101110 1010 110110 1000011 1000101

Color Harmonies of #E5DA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DA7C

Black with #E5DA7C

Text Example


Text Example

White with #E5DA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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