Html Css Color HEX #EDF545 Paris Daisy

📋 copy color: '#EDF545'

red 237 ◦ green 245 ◦ blue 69

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

Shades of Paris Daisy #EDF545

Tints of Paris Daisy #EDF545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.52%

R = 43.01%
G = 44.46%
B = 12.52%

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

#EDF545 (or 0xEDF545) is known color: Paris Daisy. HEX triplet: ED, F5 and 45. RGB value is (237,245,69). Sum of RGB (Red+Green+Blue) = 237+245+69=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 245 (96.09% from 255 or 44.46% from 551); Blue value is 69 (27.34% from 255 or 12.52% from 551); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF545 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF545 is #120ABA. Grayscale: #DFDFDF. Windows color (decimal): -1182395 or 4584941. OLE color: 4584941.

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

Color convert

RGB 237 245 69 -
CMYK 0.03 0 0.72 0.04
HSL 62.73º 0.9% 0.62% -
HSV(B) 62.73º 0.72% 0.96% -
XYZ 68.65 83.74 18.18 -
YUV 222.54 41.35 138.31 -
System Red Green Blue C M Y K H S L
Decimal 237 245 69 0.03 0 0.72 0.04 62.73 0.9 0.62
Hex ED F5 45 3 0 48 4 3F 5A 3E
Octal 355 365 105 3 0 110 4 77 132 76
Binary 11101101 11110101 1000101 11 0 1001000 100 111111 1011010 111110

Color Harmonies of #EDF545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF545

Black with #EDF545

Text Example


Text Example

White with #EDF545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF545; }

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

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

background-color css

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

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

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

border-color css

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

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

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