#EDEF55

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

Shades of Paris Daisy #EDEF55

Tints of Paris Daisy #EDEF55

Color information

#EDEF55 (or 0xEDEF55) is unknown color: approx Paris Daisy. HEX triplet: ED, EF and 55. RGB value is (237,239,85). Sum of RGB (Red+Green+Blue) = 237+239+85=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 85 (33.59% from 255 or 15.15% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF55 is #1210AA. Grayscale: #DDDDDD. Windows color (decimal): -1183915 or 5631981. OLE color: 5631981.

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

Color convert

RGB23723985-
CMYK0.0100.640.06
HSL60.78º82.8%63.53%-
HSV(B)60.78º64.44%93.73%-
XYZ67.4380.3920.56-
YUV220.8551.34139.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 85 (33.59% from 255) = 15.15%
R=42.25%
G=42.60%
B=15.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal237239850.0100.640.0660.7882.863.53
HexEDEF55104063d5340
Octal35535712510100675123100
Binary1110110111101111101010110100000011011110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF55; }

 p { color: rgb(237,239,85); }

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

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

 a { background-color: rgb(237,239,85); }

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

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

 span { border-color: rgb(237,239,85); }

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