Html Css Color HEX #EBC352 Cream Can

📋 copy color: '#EBC352'

red 235 ◦ green 195 ◦ blue 82

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

Shades of Cream Can #EBC352

Tints of Cream Can #EBC352

RGB

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

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

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

R = 45.9%
G = 38.09%
B = 16.02%

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

#EBC352 (or 0xEBC352) is known color: Cream Can. HEX triplet: EB, C3 and 52. RGB value is (235,195,82). Sum of RGB (Red+Green+Blue) = 235+195+82=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC352 is #143CAD. Grayscale: #C2C2C2. Windows color (decimal): -1326254 or 5424107. OLE color: 5424107.

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

Color convert

RGB 235 195 82 -
CMYK 0 0.17 0.65 0.08
HSL 44.31º 0.79% 0.62% -
HSV(B) 44.31º 0.65% 0.92% -
XYZ 55.3 57.3 16.13 -
YUV 194.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 235 195 82 0 0.17 0.65 0.08 44.31 0.79 0.62
Hex EB C3 52 0 11 41 8 2C 4F 3E
Octal 353 303 122 0 21 101 10 54 117 76
Binary 11101011 11000011 1010010 0 10001 1000001 1000 101100 1001111 111110

Color Harmonies of #EBC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC352

Black with #EBC352

Text Example


Text Example

White with #EBC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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