#EFF953

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

Shades of Paris Daisy #EFF953

Tints of Paris Daisy #EFF953

Color information

#EFF953 (or 0xEFF953) is unknown color: approx Paris Daisy. HEX triplet: EF, F9 and 53. RGB value is (239,249,83). Sum of RGB (Red+Green+Blue) = 239+249+83=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 83 (32.81% from 255 or 14.54% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF953 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF953 is #1006AC. Grayscale: #E3E3E3. Windows color (decimal): -1050285 or 5503471. OLE color: 5503471.

HSL color Cylindrical-coordinate representation of color #EFF953: hue angle of 63.61º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFF953 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB23924983-
CMYK0.0400.670.02
HSL63.61º93.26%65.1%-
HSV(B)63.61º66.67%97.65%-
XYZ71.0386.7321.18-
YUV227.0946.69136.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 249 (97.66% from 255) = 43.61%
BLUE value IS 83 (32.81% from 255) = 14.54%
R=41.86%
G=43.61%
B=14.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239249830.0400.670.0263.6193.2665.1
HexEFF95340432405d41
Octal357371123401032100135101
Binary111011111111100110100111000100001110100000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF953; }

 p { color: rgb(239,249,83); }

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

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

 a { background-color: rgb(239,249,83); }

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

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

 span { border-color: rgb(239,249,83); }

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