Html Css Color HEX #E0CC6F Wild Rice

📋 copy color: '#E0CC6F'

red 224 ◦ green 204 ◦ blue 111

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

Shades of Wild Rice #E0CC6F

Tints of Wild Rice #E0CC6F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

 BLUE value IS 111 (43.75% from 255) = 20.59%

R = 41.56%
G = 37.85%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E0CC6F (or 0xE0CC6F) is known color: Wild Rice. HEX triplet: E0, CC and 6F. RGB value is (224,204,111). Sum of RGB (Red+Green+Blue) = 224+204+111=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CC6F is #1F3390. Grayscale: #C7C7C7. Windows color (decimal): -2044817 or 7326944. OLE color: 7326944.

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

Color convert

RGB 224 204 111 -
CMYK 0 0.09 0.50 0.12
HSL 49.38º 0.65% 0.66% -
HSV(B) 49.38º 0.5% 0.88% -
XYZ 55.2 60.18 23.75 -
YUV 199.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 224 204 111 0 0.09 0.50 0.12 49.38 0.65 0.66
Hex E0 CC 6F 0 9 32 C 31 41 42
Octal 340 314 157 0 11 62 14 61 101 102
Binary 11100000 11001100 1101111 0 1001 110010 1100 110001 1000001 1000010

Color Harmonies of #E0CC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CC6F

Black with #E0CC6F

Text Example


Text Example

White with #E0CC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CC6F; }

 p { color: rgb(224,204,111); }

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

background-color css

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

 a { background-color: rgb(224,204,111); }

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

border-color css

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

 span { border-color: rgb(224,204,111); }

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