Html Css Color HEX #E0D27C Wild Rice

📋 copy color: '#E0D27C'

red 224 ◦ green 210 ◦ blue 124

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

Shades of Wild Rice #E0D27C

Tints of Wild Rice #E0D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

 BLUE value IS 124 (48.83% from 255) = 22.22%

R = 40.14%
G = 37.63%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0D27C (or 0xE0D27C) is known color: Wild Rice. HEX triplet: E0, D2 and 7C. RGB value is (224,210,124). Sum of RGB (Red+Green+Blue) = 224+210+124=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D27C is #1F2D83. Grayscale: #CCCCCC. Windows color (decimal): -2043268 or 8180448. OLE color: 8180448.

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

Color convert

RGB 224 210 124 -
CMYK 0 0.06 0.45 0.12
HSL 51.6º 0.62% 0.68% -
HSV(B) 51.6º 0.45% 0.88% -
XYZ 57.43 63.4 28.28 -
YUV 204.38 82.64 141.99 -
System Red Green Blue C M Y K H S L
Decimal 224 210 124 0 0.06 0.45 0.12 51.6 0.62 0.68
Hex E0 D2 7C 0 6 2D C 34 3E 44
Octal 340 322 174 0 6 55 14 64 76 104
Binary 11100000 11010010 1111100 0 110 101101 1100 110100 111110 1000100

Color Harmonies of #E0D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D27C

Black with #E0D27C

Text Example


Text Example

White with #E0D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D27C; }

 p { color: rgb(224,210,124); }

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

background-color css

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

 a { background-color: rgb(224,210,124); }

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

border-color css

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

 span { border-color: rgb(224,210,124); }

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