Html Css Color HEX #EBC452 Cream Can

📋 copy color: '#EBC452'

red 235 ◦ green 196 ◦ blue 82

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

Shades of Cream Can #EBC452

Tints of Cream Can #EBC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.21%

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

R = 45.81%
G = 38.21%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBC452 (or 0xEBC452) is known color: Cream Can. HEX triplet: EB, C4 and 52. RGB value is (235,196,82). Sum of RGB (Red+Green+Blue) = 235+196+82=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC452 is #143BAD. Grayscale: #C3C3C3. Windows color (decimal): -1325998 or 5424363. OLE color: 5424363.

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

Color convert

RGB 235 196 82 -
CMYK 0 0.17 0.65 0.08
HSL 44.71º 0.79% 0.62% -
HSV(B) 44.71º 0.65% 0.92% -
XYZ 55.52 57.75 16.2 -
YUV 194.67 64.42 156.77 -
System Red Green Blue C M Y K H S L
Decimal 235 196 82 0 0.17 0.65 0.08 44.71 0.79 0.62
Hex EB C4 52 0 11 41 8 2D 4F 3E
Octal 353 304 122 0 21 101 10 55 117 76
Binary 11101011 11000100 1010010 0 10001 1000001 1000 101101 1001111 111110

Color Harmonies of #EBC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC452

Black with #EBC452

Text Example


Text Example

White with #EBC452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC452; }

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

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

background-color css

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

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

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

border-color css

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

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

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