Html Css Color HEX #E6C557 Cream Can

📋 copy color: '#E6C557'

red 230 ◦ green 197 ◦ blue 87

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

Shades of Cream Can #E6C557

Tints of Cream Can #E6C557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

 BLUE value IS 87 (34.38% from 255) = 16.93%

R = 44.75%
G = 38.33%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.10

RGB Variations

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

Color information

#E6C557 (or 0xE6C557) is known color: Cream Can. HEX triplet: E6, C5 and 57. RGB value is (230,197,87). Sum of RGB (Red+Green+Blue) = 230+197+87=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 87 (34.38% from 255 or 16.93% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C557 is #193AA8. Grayscale: #C2C2C2. Windows color (decimal): -1653417 or 5752294. OLE color: 5752294.

HSL color Cylindrical-coordinate representation of color #E6C557: hue angle of 46.15º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6C557 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 197 87 -
CMYK 0 0.14 0.62 0.10
HSL 46.15º 0.74% 0.62% -
HSV(B) 46.15º 0.62% 0.9% -
XYZ 54.32 57.44 17.24 -
YUV 194.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 230 197 87 0 0.14 0.62 0.10 46.15 0.74 0.62
Hex E6 C5 57 0 E 3E A 2E 4A 3E
Octal 346 305 127 0 16 76 12 56 112 76
Binary 11100110 11000101 1010111 0 1110 111110 1010 101110 1001010 111110

Color Harmonies of #E6C557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C557

Black with #E6C557

Text Example


Text Example

White with #E6C557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C557; }

 p { color: rgb(230,197,87); }

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

background-color css

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

 a { background-color: rgb(230,197,87); }

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

border-color css

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

 span { border-color: rgb(230,197,87); }

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