Html Css Color HEX #E0D77C Wild Rice

📋 copy color: '#E0D77C'

red 224 ◦ green 215 ◦ blue 124

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

Shades of Wild Rice #E0D77C

Tints of Wild Rice #E0D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.19%

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

R = 39.79%
G = 38.19%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0D77C (or 0xE0D77C) is known color: Wild Rice. HEX triplet: E0, D7 and 7C. RGB value is (224,215,124). Sum of RGB (Red+Green+Blue) = 224+215+124=563 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.79% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D77C is #1F2883. Grayscale: #CFCFCF. Windows color (decimal): -2041988 or 8181728. OLE color: 8181728.

HSL color Cylindrical-coordinate representation of color #E0D77C: hue angle of 54.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 #E0D77C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 215 124 -
CMYK 0 0.04 0.45 0.12
HSL 54.6º 0.62% 0.68% -
HSV(B) 54.6º 0.45% 0.88% -
XYZ 58.68 65.9 28.7 -
YUV 207.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 224 215 124 0 0.04 0.45 0.12 54.6 0.62 0.68
Hex E0 D7 7C 0 4 2D C 37 3E 44
Octal 340 327 174 0 4 55 14 67 76 104
Binary 11100000 11010111 1111100 0 100 101101 1100 110111 111110 1000100

Color Harmonies of #E0D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D77C

Black with #E0D77C

Text Example


Text Example

White with #E0D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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