Html Css Color HEX #EDF750 Paris Daisy

📋 copy color: '#EDF750'

red 237 ◦ green 247 ◦ blue 80

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

Shades of Paris Daisy #EDF750

Tints of Paris Daisy #EDF750

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.79%

 BLUE value IS 80 (31.64% from 255) = 14.18%

R = 42.02%
G = 43.79%
B = 14.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#EDF750 (or 0xEDF750) is known color: Paris Daisy. HEX triplet: ED, F7 and 50. RGB value is (237,247,80). Sum of RGB (Red+Green+Blue) = 237+247+80=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 80 (31.64% from 255 or 14.18% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF750 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF750 is #1208AF. Grayscale: #E1E1E1. Windows color (decimal): -1181872 or 5306349. OLE color: 5306349.

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

Color convert

RGB 237 247 80 -
CMYK 0.04 0 0.68 0.03
HSL 63.59º 0.91% 0.64% -
HSV(B) 63.59º 0.68% 0.97% -
XYZ 69.63 85.11 20.35 -
YUV 224.97 46.19 136.58 -
System Red Green Blue C M Y K H S L
Decimal 237 247 80 0.04 0 0.68 0.03 63.59 0.91 0.64
Hex ED F7 50 4 0 44 3 40 5B 40
Octal 355 367 120 4 0 104 3 100 133 100
Binary 11101101 11110111 1010000 100 0 1000100 11 1000000 1011011 1000000

Color Harmonies of #EDF750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF750

Black with #EDF750

Text Example


Text Example

White with #EDF750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF750; }

 p { color: rgb(237,247,80); }

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

background-color css

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

 a { background-color: rgb(237,247,80); }

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

border-color css

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

 span { border-color: rgb(237,247,80); }

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