Html Css Color HEX #EBC552 Cream Can

📋 copy color: '#EBC552'

red 235 ◦ green 197 ◦ blue 82

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

Shades of Cream Can #EBC552

Tints of Cream Can #EBC552

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.33%

 BLUE value IS 82 (32.42% from 255) = 15.95%

R = 45.72%
G = 38.33%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBC552 (or 0xEBC552) is known color: Cream Can. HEX triplet: EB, C5 and 52. RGB value is (235,197,82). Sum of RGB (Red+Green+Blue) = 235+197+82=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC552 is #143AAD. Grayscale: #C3C3C3. Windows color (decimal): -1325742 or 5424619. OLE color: 5424619.

HSL color Cylindrical-coordinate representation of color #EBC552: hue angle of 45.1º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBC552 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 197 82 -
CMYK 0 0.16 0.65 0.08
HSL 45.1º 0.79% 0.62% -
HSV(B) 45.1º 0.65% 0.92% -
XYZ 55.75 58.2 16.28 -
YUV 195.25 64.09 156.35 -
System Red Green Blue C M Y K H S L
Decimal 235 197 82 0 0.16 0.65 0.08 45.1 0.79 0.62
Hex EB C5 52 0 10 41 8 2D 4F 3E
Octal 353 305 122 0 20 101 10 55 117 76
Binary 11101011 11000101 1010010 0 10000 1000001 1000 101101 1001111 111110

Color Harmonies of #EBC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC552

Black with #EBC552

Text Example


Text Example

White with #EBC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC552; }

 p { color: rgb(235,197,82); }

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

background-color css

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

 a { background-color: rgb(235,197,82); }

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

border-color css

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

 span { border-color: rgb(235,197,82); }

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