Html Css Color HEX #EDF146 Paris Daisy

📋 copy color: '#EDF146'

red 237 ◦ green 241 ◦ blue 70

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

Shades of Paris Daisy #EDF146

Tints of Paris Daisy #EDF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.77%

R = 43.25%
G = 43.98%
B = 12.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EDF146 (or 0xEDF146) is known color: Paris Daisy. HEX triplet: ED, F1 and 46. RGB value is (237,241,70). Sum of RGB (Red+Green+Blue) = 237+241+70=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 241 (94.53% from 255 or 43.98% from 548); Blue value is 70 (27.73% from 255 or 12.77% from 548); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF146 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF146 is #120EB9. Grayscale: #DCDCDC. Windows color (decimal): -1183418 or 4649453. OLE color: 4649453.

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

Color convert

RGB 237 241 70 -
CMYK 0.02 0 0.71 0.05
HSL 61.4º 0.86% 0.61% -
HSV(B) 61.4º 0.71% 0.95% -
XYZ 67.49 81.36 17.94 -
YUV 220.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 237 241 70 0.02 0 0.71 0.05 61.4 0.86 0.61
Hex ED F1 46 2 0 47 5 3D 56 3D
Octal 355 361 106 2 0 107 5 75 126 75
Binary 11101101 11110001 1000110 10 0 1000111 101 111101 1010110 111101

Color Harmonies of #EDF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF146

Black with #EDF146

Text Example


Text Example

White with #EDF146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF146; }

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

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

background-color css

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

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

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

border-color css

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

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

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