Html Css Color HEX #EDF850 Paris Daisy

📋 copy color: '#EDF850'

red 237 ◦ green 248 ◦ blue 80

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

Shades of Paris Daisy #EDF850

Tints of Paris Daisy #EDF850

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.89%

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

R = 41.95%
G = 43.89%
B = 14.16%

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

#EDF850 (or 0xEDF850) is known color: Paris Daisy. HEX triplet: ED, F8 and 50. RGB value is (237,248,80). Sum of RGB (Red+Green+Blue) = 237+248+80=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF850 is #1207AF. Grayscale: #E2E2E2. Windows color (decimal): -1181616 or 5306605. OLE color: 5306605.

HSL color Cylindrical-coordinate representation of color #EDF850: hue angle of 63.93º degrees, saturation: 0.92, 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 #EDF850 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 80 -
CMYK 0.04 0 0.68 0.03
HSL 63.93º 0.92% 0.64% -
HSV(B) 63.93º 0.68% 0.97% -
XYZ 69.94 85.72 20.45 -
YUV 225.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 237 248 80 0.04 0 0.68 0.03 63.93 0.92 0.64
Hex ED F8 50 4 0 44 3 40 5C 40
Octal 355 370 120 4 0 104 3 100 134 100
Binary 11101101 11111000 1010000 100 0 1000100 11 1000000 1011100 1000000

Color Harmonies of #EDF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF850

Black with #EDF850

Text Example


Text Example

White with #EDF850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF850; }

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

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

background-color css

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

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

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

border-color css

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

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

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