Html Css Color HEX #E0D47F Wild Rice

📋 copy color: '#E0D47F'

red 224 ◦ green 212 ◦ blue 127

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

Shades of Wild Rice #E0D47F

Tints of Wild Rice #E0D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.66%

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

R = 39.79%
G = 37.66%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0D47F (or 0xE0D47F) is known color: Wild Rice. HEX triplet: E0, D4 and 7F. RGB value is (224,212,127). Sum of RGB (Red+Green+Blue) = 224+212+127=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 127 (50% from 255 or 22.56% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D47F is #1F2B80. Grayscale: #CECECE. Windows color (decimal): -2042753 or 8377568. OLE color: 8377568.

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

Color convert

RGB 224 212 127 -
CMYK 0 0.05 0.43 0.12
HSL 52.58º 0.61% 0.69% -
HSV(B) 52.58º 0.43% 0.88% -
XYZ 58.11 64.47 29.46 -
YUV 205.9 83.48 140.91 -
System Red Green Blue C M Y K H S L
Decimal 224 212 127 0 0.05 0.43 0.12 52.58 0.61 0.69
Hex E0 D4 7F 0 5 2B C 35 3D 45
Octal 340 324 177 0 5 53 14 65 75 105
Binary 11100000 11010100 1111111 0 101 101011 1100 110101 111101 1000101

Color Harmonies of #E0D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D47F

Black with #E0D47F

Text Example


Text Example

White with #E0D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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