Html Css Color HEX #EDF54A Paris Daisy

📋 copy color: '#EDF54A'

red 237 ◦ green 245 ◦ blue 74

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

Shades of Paris Daisy #EDF54A

Tints of Paris Daisy #EDF54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.31%

R = 42.63%
G = 44.06%
B = 13.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EDF54A (or 0xEDF54A) is known color: Paris Daisy. HEX triplet: ED, F5 and 4A. RGB value is (237,245,74). Sum of RGB (Red+Green+Blue) = 237+245+74=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF54A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF54A is #120AB5. Grayscale: #DFDFDF. Windows color (decimal): -1182390 or 4912621. OLE color: 4912621.

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

Color convert

RGB 237 245 74 -
CMYK 0.03 0 0.70 0.04
HSL 62.81º 0.9% 0.63% -
HSV(B) 62.81º 0.7% 0.96% -
XYZ 68.81 83.8 19.03 -
YUV 223.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 237 245 74 0.03 0 0.70 0.04 62.81 0.9 0.63
Hex ED F5 4A 3 0 46 4 3F 5A 3F
Octal 355 365 112 3 0 106 4 77 132 77
Binary 11101101 11110101 1001010 11 0 1000110 100 111111 1011010 111111

Color Harmonies of #EDF54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF54A

Black with #EDF54A

Text Example


Text Example

White with #EDF54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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