Html Css Color HEX #EBC047 Cream Can

📋 copy color: '#EBC047'

red 235 ◦ green 192 ◦ blue 71

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

Shades of Cream Can #EBC047

Tints of Cream Can #EBC047

RGB

 RED value IS 235 (92.19% from 255) = 47.19%

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

 BLUE value IS 71 (28.13% from 255) = 14.26%

R = 47.19%
G = 38.55%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EBC047 (or 0xEBC047) is known color: Cream Can. HEX triplet: EB, C0 and 47. RGB value is (235,192,71). Sum of RGB (Red+Green+Blue) = 235+192+71=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC047 is #143FB8. Grayscale: #BFBFBF. Windows color (decimal): -1327033 or 4702443. OLE color: 4702443.

HSL color Cylindrical-coordinate representation of color #EBC047: hue angle of 44.27º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBC047 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 71 -
CMYK 0 0.18 0.70 0.08
HSL 44.27º 0.8% 0.6% -
HSV(B) 44.27º 0.7% 0.92% -
XYZ 54.25 55.82 13.88 -
YUV 191.06 60.25 159.34 -
System Red Green Blue C M Y K H S L
Decimal 235 192 71 0 0.18 0.70 0.08 44.27 0.8 0.6
Hex EB C0 47 0 12 46 8 2C 50 3C
Octal 353 300 107 0 22 106 10 54 120 74
Binary 11101011 11000000 1000111 0 10010 1000110 1000 101100 1010000 111100

Color Harmonies of #EBC047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC047

Black with #EBC047

Text Example


Text Example

White with #EBC047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC047; }

 p { color: rgb(235,192,71); }

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

background-color css

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

 a { background-color: rgb(235,192,71); }

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

border-color css

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

 span { border-color: rgb(235,192,71); }

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