Html Css Color HEX #EBC05F Cream Can

📋 copy color: '#EBC05F'

red 235 ◦ green 192 ◦ blue 95

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

Shades of Cream Can #EBC05F

Tints of Cream Can #EBC05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 95 (37.5% from 255) = 18.2%

R = 45.02%
G = 36.78%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBC05F (or 0xEBC05F) is known color: Cream Can. HEX triplet: EB, C0 and 5F. RGB value is (235,192,95). Sum of RGB (Red+Green+Blue) = 235+192+95=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC05F is #143FA0. Grayscale: #C2C2C2. Windows color (decimal): -1327009 or 6275307. OLE color: 6275307.

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

Color convert

RGB 235 192 95 -
CMYK 0 0.18 0.60 0.08
HSL 41.57º 0.78% 0.65% -
HSV(B) 41.57º 0.6% 0.92% -
XYZ 55.18 56.19 18.76 -
YUV 193.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 235 192 95 0 0.18 0.60 0.08 41.57 0.78 0.65
Hex EB C0 5F 0 12 3C 8 2A 4E 41
Octal 353 300 137 0 22 74 10 52 116 101
Binary 11101011 11000000 1011111 0 10010 111100 1000 101010 1001110 1000001

Color Harmonies of #EBC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC05F

Black with #EBC05F

Text Example


Text Example

White with #EBC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC05F; }

 p { color: rgb(235,192,95); }

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

background-color css

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

 a { background-color: rgb(235,192,95); }

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

border-color css

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

 span { border-color: rgb(235,192,95); }

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