#EBE848

Color #EBE848 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EBE848

Tints of Paris Daisy #EBE848

Color information

#EBE848 (or 0xEBE848) is unknown color: approx Paris Daisy. HEX triplet: EB, E8 and 48. RGB value is (235,232,72). Sum of RGB (Red+Green+Blue) = 235+232+72=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 72 (28.52% from 255 or 13.36% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE848 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE848 is #1417B7. Grayscale: #D7D7D7. Windows color (decimal): -1316792 or 4778219. OLE color: 4778219.

HSL color Cylindrical-coordinate representation of color #EBE848: hue angle of 58.9º 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 #EBE848 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23523272-
CMYK00.010.690.08
HSL58.9º80.3%60.2%-
HSV(B)58.9º69.36%92.16%-
XYZ64.2975.8417.38-
YUV214.6647.49142.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 232 (91.02% from 255) = 43.04%
BLUE value IS 72 (28.52% from 255) = 13.36%
R=43.60%
G=43.04%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352327200.010.690.0858.980.360.2
HexEBE848014583b503c
Octal35335011001105107312074
Binary1110101111101000100100001100010110001110111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE848; }

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

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

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

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

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

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

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

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