Html Css Color HEX #E6C55D Cream Can

📋 copy color: '#E6C55D'

red 230 ◦ green 197 ◦ blue 93

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

Shades of Cream Can #E6C55D

Tints of Cream Can #E6C55D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 44.23%
G = 37.88%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#E6C55D (or 0xE6C55D) is known color: Cream Can. HEX triplet: E6, C5 and 5D. RGB value is (230,197,93). Sum of RGB (Red+Green+Blue) = 230+197+93=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C55D is #193AA2. Grayscale: #C3C3C3. Windows color (decimal): -1653411 or 6145510. OLE color: 6145510.

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

Color convert

RGB 230 197 93 -
CMYK 0 0.14 0.60 0.10
HSL 45.55º 0.73% 0.63% -
HSV(B) 45.55º 0.6% 0.9% -
XYZ 54.58 57.55 18.59 -
YUV 195.01 70.43 152.96 -
System Red Green Blue C M Y K H S L
Decimal 230 197 93 0 0.14 0.60 0.10 45.55 0.73 0.63
Hex E6 C5 5D 0 E 3C A 2E 49 3F
Octal 346 305 135 0 16 74 12 56 111 77
Binary 11100110 11000101 1011101 0 1110 111100 1010 101110 1001001 111111

Color Harmonies of #E6C55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C55D

Black with #E6C55D

Text Example


Text Example

White with #E6C55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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