Html Css Color HEX #E0DB7F Wild Rice

📋 copy color: '#E0DB7F'

red 224 ◦ green 219 ◦ blue 127

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

Shades of Wild Rice #E0DB7F

Tints of Wild Rice #E0DB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.28%

R = 39.3%
G = 38.42%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0DB7F (or 0xE0DB7F) is known color: Wild Rice. HEX triplet: E0, DB and 7F. RGB value is (224,219,127). Sum of RGB (Red+Green+Blue) = 224+219+127=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 127 (50% from 255 or 22.28% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB7F is #1F2480. Grayscale: #D2D2D2. Windows color (decimal): -2040961 or 8379360. OLE color: 8379360.

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

Color convert

RGB 224 219 127 -
CMYK 0 0.02 0.43 0.12
HSL 56.91º 0.61% 0.69% -
HSV(B) 56.91º 0.43% 0.88% -
XYZ 59.9 68.04 30.06 -
YUV 210.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 224 219 127 0 0.02 0.43 0.12 56.91 0.61 0.69
Hex E0 DB 7F 0 2 2B C 39 3D 45
Octal 340 333 177 0 2 53 14 71 75 105
Binary 11100000 11011011 1111111 0 10 101011 1100 111001 111101 1000101

Color Harmonies of #E0DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DB7F

Black with #E0DB7F

Text Example


Text Example

White with #E0DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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