#FFE555

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

Shades of Paris Daisy #FFE555

Tints of Paris Daisy #FFE555

Color information

#FFE555 (or 0xFFE555) is unknown color: approx Paris Daisy. HEX triplet: FF, E5 and 55. RGB value is (255,229,85). Sum of RGB (Red+Green+Blue) = 255+229+85=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 85 (33.59% from 255 or 14.94% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE555 is #001AAA. Grayscale: #DCDCDC. Windows color (decimal): -6827 or 5629439. OLE color: 5629439.

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

Color convert

RGB25522985-
CMYK00.100.670
HSL50.82º100%66.67%-
HSV(B)50.82º66.67%100%-
XYZ70.977.9519.9-
YUV220.3651.61152.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.82%
GREEN value IS 229 (89.84% from 255) = 40.25%
BLUE value IS 85 (33.59% from 255) = 14.94%
R=44.82%
G=40.25%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552298500.100.67050.8210066.67
HexFFE5550A430336443
Octal377345125012103063144103
Binary11111111111001011010101010101000011011001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE555; }

 p { color: rgb(255,229,85); }

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

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

 a { background-color: rgb(255,229,85); }

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

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

 span { border-color: rgb(255,229,85); }

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