Html Css Color HEX #E6C05F Cream Can

📋 copy color: '#E6C05F'

red 230 ◦ green 192 ◦ blue 95

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

Shades of Cream Can #E6C05F

Tints of Cream Can #E6C05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.38%

R = 44.49%
G = 37.14%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6C05F (or 0xE6C05F) is known color: Cream Can. HEX triplet: E6, C0 and 5F. RGB value is (230,192,95). Sum of RGB (Red+Green+Blue) = 230+192+95=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C05F is #193FA0. Grayscale: #C0C0C0. Windows color (decimal): -1654689 or 6275302. OLE color: 6275302.

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

Color convert

RGB 230 192 95 -
CMYK 0 0.17 0.59 0.10
HSL 43.11º 0.73% 0.64% -
HSV(B) 43.11º 0.59% 0.9% -
XYZ 53.55 55.35 18.69 -
YUV 192.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 230 192 95 0 0.17 0.59 0.10 43.11 0.73 0.64
Hex E6 C0 5F 0 11 3B A 2B 49 40
Octal 346 300 137 0 21 73 12 53 111 100
Binary 11100110 11000000 1011111 0 10001 111011 1010 101011 1001001 1000000

Color Harmonies of #E6C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C05F

Black with #E6C05F

Text Example


Text Example

White with #E6C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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