Html Css Color HEX #E6C356 Cream Can

📋 copy color: '#E6C356'

red 230 ◦ green 195 ◦ blue 86

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

Shades of Cream Can #E6C356

Tints of Cream Can #E6C356

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.16%

 BLUE value IS 86 (33.98% from 255) = 16.83%

R = 45.01%
G = 38.16%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E6C356 (or 0xE6C356) is known color: Cream Can. HEX triplet: E6, C3 and 56. RGB value is (230,195,86). Sum of RGB (Red+Green+Blue) = 230+195+86=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C356 is #193CA9. Grayscale: #C1C1C1. Windows color (decimal): -1653930 or 5686246. OLE color: 5686246.

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

Color convert

RGB 230 195 86 -
CMYK 0 0.15 0.63 0.10
HSL 45.42º 0.74% 0.62% -
HSV(B) 45.42º 0.63% 0.9% -
XYZ 53.83 56.53 16.88 -
YUV 193.04 67.6 154.36 -
System Red Green Blue C M Y K H S L
Decimal 230 195 86 0 0.15 0.63 0.10 45.42 0.74 0.62
Hex E6 C3 56 0 F 3F A 2D 4A 3E
Octal 346 303 126 0 17 77 12 55 112 76
Binary 11100110 11000011 1010110 0 1111 111111 1010 101101 1001010 111110

Color Harmonies of #E6C356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C356

Black with #E6C356

Text Example


Text Example

White with #E6C356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C356; }

 p { color: rgb(230,195,86); }

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

background-color css

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

 a { background-color: rgb(230,195,86); }

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

border-color css

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

 span { border-color: rgb(230,195,86); }

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