#EDF152

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

Shades of Paris Daisy #EDF152

Tints of Paris Daisy #EDF152

Color information

#EDF152 (or 0xEDF152) is unknown color: approx Paris Daisy. HEX triplet: ED, F1 and 52. RGB value is (237,241,82). Sum of RGB (Red+Green+Blue) = 237+241+82=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 82 (32.42% from 255 or 14.64% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF152 is #120EAD. Grayscale: #DEDEDE. Windows color (decimal): -1183406 or 5435885. OLE color: 5435885.

HSL color Cylindrical-coordinate representation of color #EDF152: hue angle of 61.51º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF152 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB23724182-
CMYK0.0200.660.05
HSL61.51º85.03%63.33%-
HSV(B)61.51º65.98%94.51%-
XYZ67.981.5220.14-
YUV221.6849.17138.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 82 (32.42% from 255) = 14.64%
R=42.32%
G=43.04%
B=14.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal237241820.0200.660.0561.5185.0363.33
HexEDF152204253e553f
Octal3553611222010257612577
Binary1110110111110001101001010010000101011111101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF152; }

 p { color: rgb(237,241,82); }

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

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

 a { background-color: rgb(237,241,82); }

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

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

 span { border-color: rgb(237,241,82); }

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