Html Css Color HEX #E0DB7E Wild Rice

📋 copy color: '#E0DB7E'

red 224 ◦ green 219 ◦ blue 126

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

Shades of Wild Rice #E0DB7E

Tints of Wild Rice #E0DB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.14%

R = 39.37%
G = 38.49%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0DB7E (or 0xE0DB7E) is known color: Wild Rice. HEX triplet: E0, DB and 7E. RGB value is (224,219,126). Sum of RGB (Red+Green+Blue) = 224+219+126=569 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.37% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB7E is #1F2481. Grayscale: #D2D2D2. Windows color (decimal): -2040962 or 8313824. OLE color: 8313824.

HSL color Cylindrical-coordinate representation of color #E0DB7E: hue angle of 56.94º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0DB7E is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 219 126 -
CMYK 0 0.02 0.44 0.12
HSL 56.94º 0.61% 0.69% -
HSV(B) 56.94º 0.44% 0.88% -
XYZ 59.84 68.02 29.71 -
YUV 209.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 224 219 126 0 0.02 0.44 0.12 56.94 0.61 0.69
Hex E0 DB 7E 0 2 2C C 39 3D 45
Octal 340 333 176 0 2 54 14 71 75 105
Binary 11100000 11011011 1111110 0 10 101100 1100 111001 111101 1000101

Color Harmonies of #E0DB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB7E

Black with #E0DB7E

Text Example


Text Example

White with #E0DB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB7E; }

 p { color: rgb(224,219,126); }

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

background-color css

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

 a { background-color: rgb(224,219,126); }

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

border-color css

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

 span { border-color: rgb(224,219,126); }

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