Html Css Color HEX #EBC252 Cream Can

📋 copy color: '#EBC252'

red 235 ◦ green 194 ◦ blue 82

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

Shades of Cream Can #EBC252

Tints of Cream Can #EBC252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.96%

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

R = 45.99%
G = 37.96%
B = 16.05%

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

#EBC252 (or 0xEBC252) is known color: Cream Can. HEX triplet: EB, C2 and 52. RGB value is (235,194,82). Sum of RGB (Red+Green+Blue) = 235+194+82=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC252 is #143DAD. Grayscale: #C1C1C1. Windows color (decimal): -1326510 or 5423851. OLE color: 5423851.

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

Color convert

RGB 235 194 82 -
CMYK 0 0.17 0.65 0.08
HSL 43.92º 0.79% 0.62% -
HSV(B) 43.92º 0.65% 0.92% -
XYZ 55.08 56.85 16.05 -
YUV 193.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 235 194 82 0 0.17 0.65 0.08 43.92 0.79 0.62
Hex EB C2 52 0 11 41 8 2C 4F 3E
Octal 353 302 122 0 21 101 10 54 117 76
Binary 11101011 11000010 1010010 0 10001 1000001 1000 101100 1001111 111110

Color Harmonies of #EBC252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC252

Black with #EBC252

Text Example


Text Example

White with #EBC252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC252; }

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

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

background-color css

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

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

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

border-color css

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

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

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