Html Css Color HEX #EDF156 Paris Daisy

📋 copy color: '#EDF156'

red 237 ◦ green 241 ◦ blue 86

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

Shades of Paris Daisy #EDF156

Tints of Paris Daisy #EDF156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 15.25%

R = 42.02%
G = 42.73%
B = 15.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#EDF156 (or 0xEDF156) is known color: Paris Daisy. HEX triplet: ED, F1 and 56. RGB value is (237,241,86). Sum of RGB (Red+Green+Blue) = 237+241+86=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 86 (33.98% from 255 or 15.25% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF156 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF156 is #120EA9. Grayscale: #DEDEDE. Windows color (decimal): -1183402 or 5698029. OLE color: 5698029.

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

Color convert

RGB 237 241 86 -
CMYK 0.02 0 0.64 0.05
HSL 61.55º 0.85% 0.64% -
HSV(B) 61.55º 0.64% 0.95% -
XYZ 68.06 81.59 20.96 -
YUV 222.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 237 241 86 0.02 0 0.64 0.05 61.55 0.85 0.64
Hex ED F1 56 2 0 40 5 3E 55 40
Octal 355 361 126 2 0 100 5 76 125 100
Binary 11101101 11110001 1010110 10 0 1000000 101 111110 1010101 1000000

Color Harmonies of #EDF156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF156

Black with #EDF156

Text Example


Text Example

White with #EDF156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF156; }

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

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

background-color css

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

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

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

border-color css

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

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

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