#FFEC55

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

Shades of Paris Daisy #FFEC55

Tints of Paris Daisy #FFEC55

Color information

#FFEC55 (or 0xFFEC55) is unknown color: approx Paris Daisy. HEX triplet: FF, EC and 55. RGB value is (255,236,85). Sum of RGB (Red+Green+Blue) = 255+236+85=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 85 (33.59% from 255 or 14.76% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEC55 is #0013AA. Grayscale: #E1E1E1. Windows color (decimal): -5035 or 5631231. OLE color: 5631231.

HSL color Cylindrical-coordinate representation of color #FFEC55: hue angle of 53.29º 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 #FFEC55 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB25523685-
CMYK00.070.670
HSL53.29º100%66.67%-
HSV(B)53.29º66.67%100%-
XYZ72.8881.9120.56-
YUV224.4749.29149.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.27%
GREEN value IS 236 (92.58% from 255) = 40.97%
BLUE value IS 85 (33.59% from 255) = 14.76%
R=44.27%
G=40.97%
B=14.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552368500.070.67053.2910066.67
HexFFEC5507430356443
Octal37735412507103065144103
Binary1111111111101100101010101111000011011010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEC55; }

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

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

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

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

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

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

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

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