#EDEE4D

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

Shades of Paris Daisy #EDEE4D

Tints of Paris Daisy #EDEE4D

Color information

#EDEE4D (or 0xEDEE4D) is unknown color: approx Paris Daisy. HEX triplet: ED, EE and 4D. RGB value is (237,238,77). Sum of RGB (Red+Green+Blue) = 237+238+77=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 77 (30.47% from 255 or 13.95% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE4D is #1211B2. Grayscale: #DBDBDB. Windows color (decimal): -1184179 or 5107437. OLE color: 5107437.

HSL color Cylindrical-coordinate representation of color #EDEE4D: hue angle of 60.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDEE4D is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23723877-
CMYK0.0000.680.07
HSL60.37º82.56%61.76%-
HSV(B)60.37º67.65%93.33%-
XYZ66.8479.6918.88-
YUV219.3547.67140.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.93%
GREEN value IS 238 (93.36% from 255) = 43.12%
BLUE value IS 77 (30.47% from 255) = 13.95%
R=42.93%
G=43.12%
B=13.95%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237238770.0000.680.0760.3782.5661.76
HexEDEE4D004473c533e
Octal3553561150010477412376
Binary111011011110111010011010010001001111111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEE4D; }

 p { color: rgb(237,238,77); }

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

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

 a { background-color: rgb(237,238,77); }

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

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

 span { border-color: rgb(237,238,77); }

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