Html Css Color HEX #E0D97A Wild Rice

📋 copy color: '#E0D97A'

red 224 ◦ green 217 ◦ blue 122

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

Shades of Wild Rice #E0D97A

Tints of Wild Rice #E0D97A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 122 (48.05% from 255) = 21.67%

R = 39.79%
G = 38.54%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0D97A (or 0xE0D97A) is known color: Wild Rice. HEX triplet: E0, D9 and 7A. RGB value is (224,217,122). Sum of RGB (Red+Green+Blue) = 224+217+122=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D97A is #1F2685. Grayscale: #D0D0D0. Windows color (decimal): -2041478 or 8051168. OLE color: 8051168.

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

Color convert

RGB 224 217 122 -
CMYK 0 0.03 0.46 0.12
HSL 55.88º 0.62% 0.68% -
HSV(B) 55.88º 0.46% 0.88% -
XYZ 59.07 66.88 28.21 -
YUV 208.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 224 217 122 0 0.03 0.46 0.12 55.88 0.62 0.68
Hex E0 D9 7A 0 3 2E C 38 3E 44
Octal 340 331 172 0 3 56 14 70 76 104
Binary 11100000 11011001 1111010 0 11 101110 1100 111000 111110 1000100

Color Harmonies of #E0D97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D97A

Black with #E0D97A

Text Example


Text Example

White with #E0D97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D97A; }

 p { color: rgb(224,217,122); }

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

background-color css

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

 a { background-color: rgb(224,217,122); }

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

border-color css

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

 span { border-color: rgb(224,217,122); }

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