Html Css Color HEX #E7BC42 Cream Can

📋 copy color: '#E7BC42'

red 231 ◦ green 188 ◦ blue 66

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

Shades of Cream Can #E7BC42

Tints of Cream Can #E7BC42

RGB

 RED value IS 231 (90.63% from 255) = 47.63%

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

 BLUE value IS 66 (26.17% from 255) = 13.61%

R = 47.63%
G = 38.76%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E7BC42 (or 0xE7BC42) is known color: Cream Can. HEX triplet: E7, BC and 42. RGB value is (231,188,66). Sum of RGB (Red+Green+Blue) = 231+188+66=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BC42 is #1843BD. Grayscale: #BBBBBB. Windows color (decimal): -1590206 or 4373735. OLE color: 4373735.

HSL color Cylindrical-coordinate representation of color #E7BC42: hue angle of 44.36º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E7BC42 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 188 66 -
CMYK 0 0.19 0.71 0.09
HSL 44.36º 0.77% 0.58% -
HSV(B) 44.36º 0.71% 0.91% -
XYZ 51.92 53.35 12.72 -
YUV 186.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 231 188 66 0 0.19 0.71 0.09 44.36 0.77 0.58
Hex E7 BC 42 0 13 47 9 2C 4D 3A
Octal 347 274 102 0 23 107 11 54 115 72
Binary 11100111 10111100 1000010 0 10011 1000111 1001 101100 1001101 111010

Color Harmonies of #E7BC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BC42

Black with #E7BC42

Text Example


Text Example

White with #E7BC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BC42; }

 p { color: rgb(231,188,66); }

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

background-color css

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

 a { background-color: rgb(231,188,66); }

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

border-color css

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

 span { border-color: rgb(231,188,66); }

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