Html Css Color HEX #EDF14F Paris Daisy

📋 copy color: '#EDF14F'

red 237 ◦ green 241 ◦ blue 79

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

Shades of Paris Daisy #EDF14F

Tints of Paris Daisy #EDF14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.18%

R = 42.55%
G = 43.27%
B = 14.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#EDF14F (or 0xEDF14F) is known color: Paris Daisy. HEX triplet: ED, F1 and 4F. RGB value is (237,241,79). Sum of RGB (Red+Green+Blue) = 237+241+79=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 79 (31.25% from 255 or 14.18% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF14F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF14F is #120EB0. Grayscale: #DDDDDD. Windows color (decimal): -1183409 or 5239277. OLE color: 5239277.

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

Color convert

RGB 237 241 79 -
CMYK 0.02 0 0.67 0.05
HSL 61.48º 0.85% 0.63% -
HSV(B) 61.48º 0.67% 0.95% -
XYZ 67.79 81.48 19.55 -
YUV 221.34 47.67 139.17 -
System Red Green Blue C M Y K H S L
Decimal 237 241 79 0.02 0 0.67 0.05 61.48 0.85 0.63
Hex ED F1 4F 2 0 43 5 3D 55 3F
Octal 355 361 117 2 0 103 5 75 125 77
Binary 11101101 11110001 1001111 10 0 1000011 101 111101 1010101 111111

Color Harmonies of #EDF14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF14F

Black with #EDF14F

Text Example


Text Example

White with #EDF14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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