Html Css Color HEX #E6C55C Cream Can

📋 copy color: '#E6C55C'

red 230 ◦ green 197 ◦ blue 92

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

Shades of Cream Can #E6C55C

Tints of Cream Can #E6C55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.73%

R = 44.32%
G = 37.96%
B = 17.73%

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

#E6C55C (or 0xE6C55C) is known color: Cream Can. HEX triplet: E6, C5 and 5C. RGB value is (230,197,92). Sum of RGB (Red+Green+Blue) = 230+197+92=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C55C is #193AA3. Grayscale: #C3C3C3. Windows color (decimal): -1653412 or 6079974. OLE color: 6079974.

HSL color Cylindrical-coordinate representation of color #E6C55C: hue angle of 45.65º 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 #E6C55C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 197 92 -
CMYK 0 0.14 0.60 0.10
HSL 45.65º 0.73% 0.63% -
HSV(B) 45.65º 0.6% 0.9% -
XYZ 54.53 57.53 18.36 -
YUV 194.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 230 197 92 0 0.14 0.60 0.10 45.65 0.73 0.63
Hex E6 C5 5C 0 E 3C A 2E 49 3F
Octal 346 305 134 0 16 74 12 56 111 77
Binary 11100110 11000101 1011100 0 1110 111100 1010 101110 1001001 111111

Color Harmonies of #E6C55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C55C

Black with #E6C55C

Text Example


Text Example

White with #E6C55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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