Html Css Color HEX #EDF544 Paris Daisy

📋 copy color: '#EDF544'

red 237 ◦ green 245 ◦ blue 68

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

Shades of Paris Daisy #EDF544

Tints of Paris Daisy #EDF544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.36%

R = 43.09%
G = 44.55%
B = 12.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#EDF544 (or 0xEDF544) is known color: Paris Daisy. HEX triplet: ED, F5 and 44. RGB value is (237,245,68). Sum of RGB (Red+Green+Blue) = 237+245+68=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 68 (26.95% from 255 or 12.36% from 550); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF544 is #120ABB. Grayscale: #DFDFDF. Windows color (decimal): -1182396 or 4519405. OLE color: 4519405.

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

Color convert

RGB 237 245 68 -
CMYK 0.03 0 0.72 0.04
HSL 62.71º 0.9% 0.61% -
HSV(B) 62.71º 0.72% 0.96% -
XYZ 68.62 83.73 18.01 -
YUV 222.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 237 245 68 0.03 0 0.72 0.04 62.71 0.9 0.61
Hex ED F5 44 3 0 48 4 3F 5A 3D
Octal 355 365 104 3 0 110 4 77 132 75
Binary 11101101 11110101 1000100 11 0 1001000 100 111111 1011010 111101

Color Harmonies of #EDF544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF544

Black with #EDF544

Text Example


Text Example

White with #EDF544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF544; }

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

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

background-color css

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

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

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

border-color css

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

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

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