Html Css Color HEX #E0DA7C Wild Rice

📋 copy color: '#E0DA7C'

red 224 ◦ green 218 ◦ blue 124

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

Shades of Wild Rice #E0DA7C

Tints of Wild Rice #E0DA7C

RGB

 RED value IS 224 (87.89% from 255) = 39.58%

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

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

R = 39.58%
G = 38.52%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0DA7C (or 0xE0DA7C) is known color: Wild Rice. HEX triplet: E0, DA and 7C. RGB value is (224,218,124). Sum of RGB (Red+Green+Blue) = 224+218+124=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DA7C is #1F2583. Grayscale: #D1D1D1. Windows color (decimal): -2041220 or 8182496. OLE color: 8182496.

HSL color Cylindrical-coordinate representation of color #E0DA7C: hue angle of 56.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0DA7C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 218 124 -
CMYK 0 0.03 0.45 0.12
HSL 56.4º 0.62% 0.68% -
HSV(B) 56.4º 0.45% 0.88% -
XYZ 59.45 67.45 28.95 -
YUV 209.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 224 218 124 0 0.03 0.45 0.12 56.4 0.62 0.68
Hex E0 DA 7C 0 3 2D C 38 3E 44
Octal 340 332 174 0 3 55 14 70 76 104
Binary 11100000 11011010 1111100 0 11 101101 1100 111000 111110 1000100

Color Harmonies of #E0DA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DA7C

Black with #E0DA7C

Text Example


Text Example

White with #E0DA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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