Html Css Color HEX #E6C047 Cream Can

📋 copy color: '#E6C047'

red 230 ◦ green 192 ◦ blue 71

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

Shades of Cream Can #E6C047

Tints of Cream Can #E6C047

RGB

 RED value IS 230 (90.23% from 255) = 46.65%

 GREEN value IS 192 (75.39% from 255) = 38.95%

 BLUE value IS 71 (28.13% from 255) = 14.4%

R = 46.65%
G = 38.95%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E6C047 (or 0xE6C047) is known color: Cream Can. HEX triplet: E6, C0 and 47. RGB value is (230,192,71). Sum of RGB (Red+Green+Blue) = 230+192+71=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C047 is #193FB8. Grayscale: #BEBEBE. Windows color (decimal): -1654713 or 4702438. OLE color: 4702438.

HSL color Cylindrical-coordinate representation of color #E6C047: hue angle of 45.66º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6C047 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 71 -
CMYK 0 0.17 0.69 0.10
HSL 45.66º 0.76% 0.59% -
HSV(B) 45.66º 0.69% 0.9% -
XYZ 52.62 54.98 13.8 -
YUV 189.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 230 192 71 0 0.17 0.69 0.10 45.66 0.76 0.59
Hex E6 C0 47 0 11 45 A 2E 4C 3B
Octal 346 300 107 0 21 105 12 56 114 73
Binary 11100110 11000000 1000111 0 10001 1000101 1010 101110 1001100 111011

Color Harmonies of #E6C047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C047

Black with #E6C047

Text Example


Text Example

White with #E6C047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C047; }

 p { color: rgb(230,192,71); }

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

background-color css

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

 a { background-color: rgb(230,192,71); }

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

border-color css

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

 span { border-color: rgb(230,192,71); }

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