Html Css Color HEX #E6BC45 Cream Can

📋 copy color: '#E6BC45'

red 230 ◦ green 188 ◦ blue 69

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

Shades of Cream Can #E6BC45

Tints of Cream Can #E6BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.6%

 BLUE value IS 69 (27.34% from 255) = 14.17%

R = 47.23%
G = 38.6%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E6BC45 (or 0xE6BC45) is known color: Cream Can. HEX triplet: E6, BC and 45. RGB value is (230,188,69). Sum of RGB (Red+Green+Blue) = 230+188+69=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 188 (73.83% from 255 or 38.60% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC45 is #1943BA. Grayscale: #BBBBBB. Windows color (decimal): -1655739 or 4570342. OLE color: 4570342.

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

Color convert

RGB 230 188 69 -
CMYK 0 0.18 0.7 0.10
HSL 44.35º 0.76% 0.59% -
HSV(B) 44.35º 0.7% 0.9% -
XYZ 51.69 53.22 13.18 -
YUV 186.99 61.41 158.68 -
System Red Green Blue C M Y K H S L
Decimal 230 188 69 0 0.18 0.7 0.10 44.35 0.76 0.59
Hex E6 BC 45 0 12 46 A 2C 4C 3B
Octal 346 274 105 0 22 106 12 54 114 73
Binary 11100110 10111100 1000101 0 10010 1000110 1010 101100 1001100 111011

Color Harmonies of #E6BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BC45

Black with #E6BC45

Text Example


Text Example

White with #E6BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BC45; }

 p { color: rgb(230,188,69); }

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

background-color css

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

 a { background-color: rgb(230,188,69); }

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

border-color css

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

 span { border-color: rgb(230,188,69); }

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