Html Css Color HEX #E0D57D Wild Rice

📋 copy color: '#E0D57D'

red 224 ◦ green 213 ◦ blue 125

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

Shades of Wild Rice #E0D57D

Tints of Wild Rice #E0D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.9%

 BLUE value IS 125 (49.22% from 255) = 22.24%

R = 39.86%
G = 37.9%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0D57D (or 0xE0D57D) is known color: Wild Rice. HEX triplet: E0, D5 and 7D. RGB value is (224,213,125). Sum of RGB (Red+Green+Blue) = 224+213+125=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D57D is #1F2A82. Grayscale: #CECECE. Windows color (decimal): -2042499 or 8246752. OLE color: 8246752.

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

Color convert

RGB 224 213 125 -
CMYK 0 0.05 0.44 0.12
HSL 53.33º 0.61% 0.68% -
HSV(B) 53.33º 0.44% 0.88% -
XYZ 58.24 64.92 28.86 -
YUV 206.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 224 213 125 0 0.05 0.44 0.12 53.33 0.61 0.68
Hex E0 D5 7D 0 5 2C C 35 3D 44
Octal 340 325 175 0 5 54 14 65 75 104
Binary 11100000 11010101 1111101 0 101 101100 1100 110101 111101 1000100

Color Harmonies of #E0D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D57D

Black with #E0D57D

Text Example


Text Example

White with #E0D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D57D; }

 p { color: rgb(224,213,125); }

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

background-color css

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

 a { background-color: rgb(224,213,125); }

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

border-color css

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

 span { border-color: rgb(224,213,125); }

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