Html Css Color HEX #EDFB3C Paris Daisy

📋 copy color: '#EDFB3C'

red 237 ◦ green 251 ◦ blue 60

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

Shades of Paris Daisy #EDFB3C

Tints of Paris Daisy #EDFB3C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.8%

 BLUE value IS 60 (23.83% from 255) = 10.95%

R = 43.25%
G = 45.8%
B = 10.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#EDFB3C (or 0xEDFB3C) is known color: Paris Daisy. HEX triplet: ED, FB and 3C. RGB value is (237,251,60). Sum of RGB (Red+Green+Blue) = 237+251+60=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 60 (23.83% from 255 or 10.95% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB3C is #1204C3. Grayscale: #E1E1E1. Windows color (decimal): -1180868 or 3996653. OLE color: 3996653.

HSL color Cylindrical-coordinate representation of color #EDFB3C: hue angle of 64.4º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDFB3C is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 251 60 -
CMYK 0.06 0 0.76 0.02
HSL 64.4º 0.96% 0.61% -
HSV(B) 64.4º 0.76% 0.98% -
XYZ 70.24 87.33 17.43 -
YUV 225.04 34.86 136.53 -
System Red Green Blue C M Y K H S L
Decimal 237 251 60 0.06 0 0.76 0.02 64.4 0.96 0.61
Hex ED FB 3C 6 0 4C 2 40 60 3D
Octal 355 373 74 6 0 114 2 100 140 75
Binary 11101101 11111011 111100 110 0 1001100 10 1000000 1100000 111101

Color Harmonies of #EDFB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB3C

Black with #EDFB3C

Text Example


Text Example

White with #EDFB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB3C; }

 p { color: rgb(237,251,60); }

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

background-color css

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

 a { background-color: rgb(237,251,60); }

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

border-color css

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

 span { border-color: rgb(237,251,60); }

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