Html Css Color HEX #EBC45D Cream Can

📋 copy color: '#EBC45D'

red 235 ◦ green 196 ◦ blue 93

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

Shades of Cream Can #EBC45D

Tints of Cream Can #EBC45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 44.85%
G = 37.4%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBC45D (or 0xEBC45D) is known color: Cream Can. HEX triplet: EB, C4 and 5D. RGB value is (235,196,93). Sum of RGB (Red+Green+Blue) = 235+196+93=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC45D is #143BA2. Grayscale: #C4C4C4. Windows color (decimal): -1325987 or 6145259. OLE color: 6145259.

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

Color convert

RGB 235 196 93 -
CMYK 0 0.17 0.60 0.08
HSL 43.52º 0.78% 0.64% -
HSV(B) 43.52º 0.6% 0.92% -
XYZ 55.98 57.93 18.59 -
YUV 195.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 235 196 93 0 0.17 0.60 0.08 43.52 0.78 0.64
Hex EB C4 5D 0 11 3C 8 2C 4E 40
Octal 353 304 135 0 21 74 10 54 116 100
Binary 11101011 11000100 1011101 0 10001 111100 1000 101100 1001110 1000000

Color Harmonies of #EBC45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC45D

Black with #EBC45D

Text Example


Text Example

White with #EBC45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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