#EFE852

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

Shades of Paris Daisy #EFE852

Tints of Paris Daisy #EFE852

Color information

#EFE852 (or 0xEFE852) is unknown color: approx Paris Daisy. HEX triplet: EF, E8 and 52. RGB value is (239,232,82). Sum of RGB (Red+Green+Blue) = 239+232+82=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE852 is #1017AD. Grayscale: #D9D9D9. Windows color (decimal): -1054638 or 5433583. OLE color: 5433583.

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

Color convert

RGB23923282-
CMYK00.030.660.06
HSL57.32º83.07%62.94%-
HSV(B)57.32º65.69%93.73%-
XYZ65.9876.6719.3-
YUV216.9951.82143.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 232 (91.02% from 255) = 41.95%
BLUE value IS 82 (32.42% from 255) = 14.83%
R=43.22%
G=41.95%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392328200.030.660.0657.3283.0762.94
HexEFE8520342639533f
Octal3573501220310267112377
Binary1110111111101000101001001110000101101110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE852; }

 p { color: rgb(239,232,82); }

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

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

 a { background-color: rgb(239,232,82); }

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

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

 span { border-color: rgb(239,232,82); }

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