#EBC25A

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

Shades of Cream Can #EBC25A

Tints of Cream Can #EBC25A

Color information

#EBC25A (or 0xEBC25A) is unknown color: approx Cream Can. HEX triplet: EB, C2 and 5A. RGB value is (235,194,90). Sum of RGB (Red+Green+Blue) = 235+194+90=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC25A is #143DA5. Grayscale: #C2C2C2. Windows color (decimal): -1326502 or 5948139. OLE color: 5948139.

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

Color convert

RGB23519490-
CMYK00.170.620.08
HSL43.03º78.38%63.73%-
HSV(B)43.03º61.7%92.16%-
XYZ55.456.9817.75-
YUV194.469.08156.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.28%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 90 (35.55% from 255) = 17.34%
R=45.28%
G=37.38%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351949000.170.620.0843.0378.3863.73
HexEBC25A0113E82b4e40
Octal353302132021761053116100
Binary11101011110000101011010010001111110100010101110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC25A; }

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

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

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

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

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

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

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

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