Html Css Color HEX #EDF64F Paris Daisy

📋 copy color: '#EDF64F'

red 237 ◦ green 246 ◦ blue 79

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

Shades of Paris Daisy #EDF64F

Tints of Paris Daisy #EDF64F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.77%

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

R = 42.17%
G = 43.77%
B = 14.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#EDF64F (or 0xEDF64F) is known color: Paris Daisy. HEX triplet: ED, F6 and 4F. RGB value is (237,246,79). Sum of RGB (Red+Green+Blue) = 237+246+79=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 79 (31.25% from 255 or 14.06% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF64F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF64F is #1209B0. Grayscale: #E0E0E0. Windows color (decimal): -1182129 or 5240557. OLE color: 5240557.

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

Color convert

RGB 237 246 79 -
CMYK 0.04 0 0.68 0.04
HSL 63.23º 0.9% 0.64% -
HSV(B) 63.23º 0.68% 0.96% -
XYZ 69.29 84.48 20.05 -
YUV 224.27 46.02 137.08 -
System Red Green Blue C M Y K H S L
Decimal 237 246 79 0.04 0 0.68 0.04 63.23 0.9 0.64
Hex ED F6 4F 4 0 44 4 3F 5A 40
Octal 355 366 117 4 0 104 4 77 132 100
Binary 11101101 11110110 1001111 100 0 1000100 100 111111 1011010 1000000

Color Harmonies of #EDF64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF64F

Black with #EDF64F

Text Example


Text Example

White with #EDF64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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