Html Css Color HEX #EBC145 Cream Can

📋 copy color: '#EBC145'

red 235 ◦ green 193 ◦ blue 69

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

Shades of Cream Can #EBC145

Tints of Cream Can #EBC145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.83%

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

R = 47.28%
G = 38.83%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EBC145 (or 0xEBC145) is known color: Cream Can. HEX triplet: EB, C1 and 45. RGB value is (235,193,69). Sum of RGB (Red+Green+Blue) = 235+193+69=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC145 is #143EBA. Grayscale: #BFBFBF. Windows color (decimal): -1326779 or 4571627. OLE color: 4571627.

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

Color convert

RGB 235 193 69 -
CMYK 0 0.18 0.71 0.08
HSL 44.82º 0.81% 0.6% -
HSV(B) 44.82º 0.71% 0.92% -
XYZ 54.41 56.23 13.62 -
YUV 191.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 235 193 69 0 0.18 0.71 0.08 44.82 0.81 0.6
Hex EB C1 45 0 12 47 8 2D 51 3C
Octal 353 301 105 0 22 107 10 55 121 74
Binary 11101011 11000001 1000101 0 10010 1000111 1000 101101 1010001 111100

Color Harmonies of #EBC145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC145

Black with #EBC145

Text Example


Text Example

White with #EBC145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC145; }

 p { color: rgb(235,193,69); }

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

background-color css

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

 a { background-color: rgb(235,193,69); }

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

border-color css

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

 span { border-color: rgb(235,193,69); }

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