#EFE94B

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

Shades of Paris Daisy #EFE94B

Tints of Paris Daisy #EFE94B

Color information

#EFE94B (or 0xEFE94B) is unknown color: approx Paris Daisy. HEX triplet: EF, E9 and 4B. RGB value is (239,233,75). Sum of RGB (Red+Green+Blue) = 239+233+75=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 75 (29.69% from 255 or 13.71% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE94B is #1016B4. Grayscale: #D9D9D9. Windows color (decimal): -1054389 or 4975087. OLE color: 4975087.

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

Color convert

RGB23923375-
CMYK00.030.690.06
HSL57.8º83.67%61.57%-
HSV(B)57.8º68.62%93.73%-
XYZ66.0177.1418.07-
YUV216.7847.99143.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 75 (29.69% from 255) = 13.71%
R=43.69%
G=42.60%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392337500.030.690.0657.883.6761.57
HexEFE94B034563a543e
Octal3573511130310567212476
Binary1110111111101001100101101110001011101110101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE94B; }

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

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

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

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

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

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

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

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