Html Css Color HEX #EBC248 Cream Can

📋 copy color: '#EBC248'

red 235 ◦ green 194 ◦ blue 72

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

Shades of Cream Can #EBC248

Tints of Cream Can #EBC248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.37%

R = 46.91%
G = 38.72%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBC248 (or 0xEBC248) is known color: Cream Can. HEX triplet: EB, C2 and 48. RGB value is (235,194,72). Sum of RGB (Red+Green+Blue) = 235+194+72=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 72 (28.52% from 255 or 14.37% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC248 is #143DB7. Grayscale: #C0C0C0. Windows color (decimal): -1326520 or 4768491. OLE color: 4768491.

HSL color Cylindrical-coordinate representation of color #EBC248: hue angle of 44.91º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC248 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 72 -
CMYK 0 0.17 0.69 0.08
HSL 44.91º 0.8% 0.6% -
HSV(B) 44.91º 0.69% 0.92% -
XYZ 54.72 56.71 14.19 -
YUV 192.35 60.08 158.42 -
System Red Green Blue C M Y K H S L
Decimal 235 194 72 0 0.17 0.69 0.08 44.91 0.8 0.6
Hex EB C2 48 0 11 45 8 2D 50 3C
Octal 353 302 110 0 21 105 10 55 120 74
Binary 11101011 11000010 1001000 0 10001 1000101 1000 101101 1010000 111100

Color Harmonies of #EBC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC248

Black with #EBC248

Text Example


Text Example

White with #EBC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC248; }

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

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

background-color css

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

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

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

border-color css

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

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

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