Html Css Color HEX #EDF14E Paris Daisy

📋 copy color: '#EDF14E'

red 237 ◦ green 241 ◦ blue 78

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

Shades of Paris Daisy #EDF14E

Tints of Paris Daisy #EDF14E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.35%

 BLUE value IS 78 (30.86% from 255) = 14.03%

R = 42.63%
G = 43.35%
B = 14.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#EDF14E (or 0xEDF14E) is known color: Paris Daisy. HEX triplet: ED, F1 and 4E. RGB value is (237,241,78). Sum of RGB (Red+Green+Blue) = 237+241+78=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 78 (30.86% from 255 or 14.03% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF14E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF14E is #120EB1. Grayscale: #DDDDDD. Windows color (decimal): -1183410 or 5173741. OLE color: 5173741.

HSL color Cylindrical-coordinate representation of color #EDF14E: hue angle of 61.47º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDF14E is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 78 -
CMYK 0.02 0 0.68 0.05
HSL 61.47º 0.85% 0.63% -
HSV(B) 61.47º 0.68% 0.95% -
XYZ 67.76 81.47 19.36 -
YUV 221.22 47.17 139.25 -
System Red Green Blue C M Y K H S L
Decimal 237 241 78 0.02 0 0.68 0.05 61.47 0.85 0.63
Hex ED F1 4E 2 0 44 5 3D 55 3F
Octal 355 361 116 2 0 104 5 75 125 77
Binary 11101101 11110001 1001110 10 0 1000100 101 111101 1010101 111111

Color Harmonies of #EDF14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF14E

Black with #EDF14E

Text Example


Text Example

White with #EDF14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF14E; }

 p { color: rgb(237,241,78); }

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

background-color css

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

 a { background-color: rgb(237,241,78); }

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

border-color css

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

 span { border-color: rgb(237,241,78); }

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