#FFEB45

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

Shades of Paris Daisy #FFEB45

Tints of Paris Daisy #FFEB45

Color information

#FFEB45 (or 0xFFEB45) is unknown color: approx Paris Daisy. HEX triplet: FF, EB and 45. RGB value is (255,235,69). Sum of RGB (Red+Green+Blue) = 255+235+69=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 69 (27.34% from 255 or 12.34% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB45 is #0014BA. Grayscale: #DEDEDE. Windows color (decimal): -5307 or 4582399. OLE color: 4582399.

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

Color convert

RGB25523569-
CMYK00.080.730
HSL53.55º100%63.53%-
HSV(B)53.55º72.94%100%-
XYZ72.0281.1117.49-
YUV222.0641.63151.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.62%
GREEN value IS 235 (92.19% from 255) = 42.04%
BLUE value IS 69 (27.34% from 255) = 12.34%
R=45.62%
G=42.04%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552356900.080.73053.5510063.53
HexFFEB4508490366440
Octal377353105010111066144100
Binary11111111111010111000101010001001001011011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB45; }

 p { color: rgb(255,235,69); }

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

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

 a { background-color: rgb(255,235,69); }

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

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

 span { border-color: rgb(255,235,69); }

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