#EFE654

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

Shades of Paris Daisy #EFE654

Tints of Paris Daisy #EFE654

Color information

#EFE654 (or 0xEFE654) is unknown color: approx Paris Daisy. HEX triplet: EF, E6 and 54. RGB value is (239,230,84). Sum of RGB (Red+Green+Blue) = 239+230+84=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 84 (33.20% from 255 or 15.19% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE654 is #1019AB. Grayscale: #D8D8D8. Windows color (decimal): -1055148 or 5564143. OLE color: 5564143.

HSL color Cylindrical-coordinate representation of color #EFE654: hue angle of 56.52º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFE654 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB23923084-
CMYK00.040.650.06
HSL56.52º82.89%63.33%-
HSV(B)56.52º64.85%93.73%-
XYZ65.4975.5819.52-
YUV216.0553.48144.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 230 (90.23% from 255) = 41.59%
BLUE value IS 84 (33.20% from 255) = 15.19%
R=43.22%
G=41.59%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392308400.040.650.0656.5282.8963.33
HexEFE6540441639533f
Octal3573461240410167112377
Binary11101111111001101010100010010000011101110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE654; }

 p { color: rgb(239,230,84); }

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

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

 a { background-color: rgb(239,230,84); }

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

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

 span { border-color: rgb(239,230,84); }

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