#EFE94D

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

Shades of Paris Daisy #EFE94D

Tints of Paris Daisy #EFE94D

Color information

#EFE94D (or 0xEFE94D) is unknown color: approx Paris Daisy. HEX triplet: EF, E9 and 4D. RGB value is (239,233,77). Sum of RGB (Red+Green+Blue) = 239+233+77=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 77 (30.47% from 255 or 14.03% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE94D is #1016B2. Grayscale: #D9D9D9. Windows color (decimal): -1054387 or 5106159. OLE color: 5106159.

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

Color convert

RGB23923377-
CMYK00.030.680.06
HSL57.78º83.51%61.96%-
HSV(B)57.78º67.78%93.73%-
XYZ66.0877.1618.43-
YUV217.0148.99143.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 233 (91.41% from 255) = 42.44%
BLUE value IS 77 (30.47% from 255) = 14.03%
R=43.53%
G=42.44%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392337700.030.680.0657.7883.5161.96
HexEFE94D034463a543e
Octal3573511150310467212476
Binary1110111111101001100110101110001001101110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE94D; }

 p { color: rgb(239,233,77); }

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

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

 a { background-color: rgb(239,233,77); }

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

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

 span { border-color: rgb(239,233,77); }

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