Html Css Color HEX #E0D06C Wild Rice

📋 copy color: '#E0D06C'

red 224 ◦ green 208 ◦ blue 108

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

Shades of Wild Rice #E0D06C

Tints of Wild Rice #E0D06C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.52%

 BLUE value IS 108 (42.58% from 255) = 20%

R = 41.48%
G = 38.52%
B = 20%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0D06C (or 0xE0D06C) is known color: Wild Rice. HEX triplet: E0, D0 and 6C. RGB value is (224,208,108). Sum of RGB (Red+Green+Blue) = 224+208+108=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D06C is #1F2F93. Grayscale: #C9C9C9. Windows color (decimal): -2043796 or 7131360. OLE color: 7131360.

HSL color Cylindrical-coordinate representation of color #E0D06C: hue angle of 51.72º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0D06C is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 208 108 -
CMYK 0 0.07 0.52 0.12
HSL 51.72º 0.65% 0.65% -
HSV(B) 51.72º 0.52% 0.88% -
XYZ 56 62.04 23.21 -
YUV 201.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 224 208 108 0 0.07 0.52 0.12 51.72 0.65 0.65
Hex E0 D0 6C 0 7 34 C 34 41 41
Octal 340 320 154 0 7 64 14 64 101 101
Binary 11100000 11010000 1101100 0 111 110100 1100 110100 1000001 1000001

Color Harmonies of #E0D06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D06C

Black with #E0D06C

Text Example


Text Example

White with #E0D06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D06C; }

 p { color: rgb(224,208,108); }

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

background-color css

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

 a { background-color: rgb(224,208,108); }

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

border-color css

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

 span { border-color: rgb(224,208,108); }

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