#ebc24b

Color #EBC24B Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EBC24B

Tints of Cream Can #EBC24B

Color information

#EBC24B (or 0xEBC24B) is unknown color: approx Cream Can. HEX triplet: EB, C2 and 4B. RGB value is (235,194,75). Sum of RGB (Red+Green+Blue) = 235+194+75=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC24B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC24B is #143DB4. Grayscale: #C1C1C1. Windows color (decimal): -1326517 or 4965099. OLE color: 4965099.

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

Color convert

RGB23519475-
CMYK00.170.680.08
HSL44.62º80%60.78%-
HSV(B)44.62º68.09%92.16%-
XYZ54.8256.7514.72-
YUV192.6961.58158.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 75 (29.69% from 255) = 14.88%
R=46.63%
G=38.49%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351947500.170.680.0844.628060.78
HexEBC24B0114482d503d
Octal353302113021104105512075
Binary11101011110000101001011010001100010010001011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc24b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebc24b; }

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

 H1.HeaderClassName
 {
   color: #ebc24b;
 }
 .AnyTagClassName
 {
   color: #ebc24b;
 }
</style>
background-color css

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

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

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

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

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

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