#FFEA44

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

Shades of Paris Daisy #FFEA44

Tints of Paris Daisy #FFEA44

Color information

#FFEA44 (or 0xFFEA44) is unknown color: approx Paris Daisy. HEX triplet: FF, EA and 44. RGB value is (255,234,68). Sum of RGB (Red+Green+Blue) = 255+234+68=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 68 (26.95% from 255 or 12.21% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA44 is #0015BB. Grayscale: #DEDEDE. Windows color (decimal): -5564 or 4516607. OLE color: 4516607.

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

Color convert

RGB25523468-
CMYK00.080.730
HSL53.26º100%63.33%-
HSV(B)53.26º73.33%100%-
XYZ71.7180.5217.23-
YUV221.3641.46152-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 68 (26.95% from 255) = 12.21%
R=45.78%
G=42.01%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552346800.080.73053.2610063.33
HexFFEA440849035643f
Octal37735210401011106514477
Binary1111111111101010100010001000100100101101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEA44; }

 p { color: rgb(255,234,68); }

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

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

 a { background-color: rgb(255,234,68); }

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

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

 span { border-color: rgb(255,234,68); }

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