Html Css Color HEX #EBC349 Cream Can

📋 copy color: '#EBC349'

red 235 ◦ green 195 ◦ blue 73

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

Shades of Cream Can #EBC349

Tints of Cream Can #EBC349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

 BLUE value IS 73 (28.91% from 255) = 14.51%

R = 46.72%
G = 38.77%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBC349 (or 0xEBC349) is known color: Cream Can. HEX triplet: EB, C3 and 49. RGB value is (235,195,73). Sum of RGB (Red+Green+Blue) = 235+195+73=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 73 (28.91% from 255 or 14.51% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC349 is #143CB6. Grayscale: #C1C1C1. Windows color (decimal): -1326263 or 4834283. OLE color: 4834283.

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

Color convert

RGB 235 195 73 -
CMYK 0 0.17 0.69 0.08
HSL 45.19º 0.8% 0.6% -
HSV(B) 45.19º 0.69% 0.92% -
XYZ 54.98 57.17 14.44 -
YUV 193.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 235 195 73 0 0.17 0.69 0.08 45.19 0.8 0.6
Hex EB C3 49 0 11 45 8 2D 50 3C
Octal 353 303 111 0 21 105 10 55 120 74
Binary 11101011 11000011 1001001 0 10001 1000101 1000 101101 1010000 111100

Color Harmonies of #EBC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC349

Black with #EBC349

Text Example


Text Example

White with #EBC349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC349; }

 p { color: rgb(235,195,73); }

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

background-color css

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

 a { background-color: rgb(235,195,73); }

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

border-color css

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

 span { border-color: rgb(235,195,73); }

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