Html Css Color HEX #EDF350 Paris Daisy

📋 copy color: '#EDF350'

red 237 ◦ green 243 ◦ blue 80

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

Shades of Paris Daisy #EDF350

Tints of Paris Daisy #EDF350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.39%

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

R = 42.32%
G = 43.39%
B = 14.29%

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

#EDF350 (or 0xEDF350) is known color: Paris Daisy. HEX triplet: ED, F3 and 50. RGB value is (237,243,80). Sum of RGB (Red+Green+Blue) = 237+243+80=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF350 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF350 is #120CAF. Grayscale: #DFDFDF. Windows color (decimal): -1182896 or 5305325. OLE color: 5305325.

HSL color Cylindrical-coordinate representation of color #EDF350: hue angle of 62.21º degrees, saturation: 0.87, 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 #EDF350 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 80 -
CMYK 0.02 0 0.67 0.05
HSL 62.21º 0.87% 0.63% -
HSV(B) 62.21º 0.67% 0.95% -
XYZ 68.42 82.68 19.94 -
YUV 222.62 47.51 138.25 -
System Red Green Blue C M Y K H S L
Decimal 237 243 80 0.02 0 0.67 0.05 62.21 0.87 0.63
Hex ED F3 50 2 0 43 5 3E 57 3F
Octal 355 363 120 2 0 103 5 76 127 77
Binary 11101101 11110011 1010000 10 0 1000011 101 111110 1010111 111111

Color Harmonies of #EDF350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF350

Black with #EDF350

Text Example


Text Example

White with #EDF350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF350; }

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

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

background-color css

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

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

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

border-color css

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

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

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