Html Css Color HEX #EBC045 Cream Can

📋 copy color: '#EBC045'

red 235 ◦ green 192 ◦ blue 69

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

Shades of Cream Can #EBC045

Tints of Cream Can #EBC045

RGB

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

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

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

R = 47.38%
G = 38.71%
B = 13.91%

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

#EBC045 (or 0xEBC045) is known color: Cream Can. HEX triplet: EB, C0 and 45. RGB value is (235,192,69). Sum of RGB (Red+Green+Blue) = 235+192+69=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC045 is #143FBA. Grayscale: #BFBFBF. Windows color (decimal): -1327035 or 4571371. OLE color: 4571371.

HSL color Cylindrical-coordinate representation of color #EBC045: hue angle of 44.46º 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 #EBC045 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 192 69 -
CMYK 0 0.18 0.71 0.08
HSL 44.46º 0.81% 0.6% -
HSV(B) 44.46º 0.71% 0.92% -
XYZ 54.18 55.79 13.54 -
YUV 190.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 235 192 69 0 0.18 0.71 0.08 44.46 0.81 0.6
Hex EB C0 45 0 12 47 8 2C 51 3C
Octal 353 300 105 0 22 107 10 54 121 74
Binary 11101011 11000000 1000101 0 10010 1000111 1000 101100 1010001 111100

Color Harmonies of #EBC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC045

Black with #EBC045

Text Example


Text Example

White with #EBC045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC045; }

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

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

background-color css

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

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

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

border-color css

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

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

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