Html Css Color HEX #EDF554 Paris Daisy

📋 copy color: '#EDF554'

red 237 ◦ green 245 ◦ blue 84

#EDF554
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #EDF554

Tints of Paris Daisy #EDF554

RGB

 RED value IS 237 (92.97% from 255) = 41.87%

 GREEN value IS 245 (96.09% from 255) = 43.29%

 BLUE value IS 84 (33.2% from 255) = 14.84%

R = 41.87%
G = 43.29%
B = 14.84%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#EDF554 (or 0xEDF554) is known color: Paris Daisy. HEX triplet: ED, F5 and 54. RGB value is (237,245,84). Sum of RGB (Red+Green+Blue) = 237+245+84=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 84 (33.20% from 255 or 14.84% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF554 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF554 is #120AAB. Grayscale: #E0E0E0. Windows color (decimal): -1182380 or 5567981. OLE color: 5567981.

HSL color Cylindrical-coordinate representation of color #EDF554: hue angle of 62.98º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF554 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 84 -
CMYK 0.03 0 0.66 0.04
HSL 62.98º 0.89% 0.65% -
HSV(B) 62.98º 0.66% 0.96% -
XYZ 69.18 83.95 20.95 -
YUV 224.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 237 245 84 0.03 0 0.66 0.04 62.98 0.89 0.65
Hex ED F5 54 3 0 42 4 3F 59 41
Octal 355 365 124 3 0 102 4 77 131 101
Binary 11101101 11110101 1010100 11 0 1000010 100 111111 1011001 1000001

Color Harmonies of #EDF554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF554

Black with #EDF554

Text Example


Text Example

White with #EDF554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF554; }

 p { color: rgb(237,245,84); }

 H1.HeaderClassName
 {
   color: #EDF554;
 }
 .AnyTagClassName
 {
   color: #EDF554;
 }
</style>

background-color css

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

 a { background-color: rgb(237,245,84); }

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

border-color css

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

 span { border-color: rgb(237,245,84); }

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