Html Css Color HEX #EDFB47 Paris Daisy

📋 copy color: '#EDFB47'

red 237 ◦ green 251 ◦ blue 71

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

Shades of Paris Daisy #EDFB47

Tints of Paris Daisy #EDFB47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.7%

R = 42.4%
G = 44.9%
B = 12.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#EDFB47 (or 0xEDFB47) is known color: Paris Daisy. HEX triplet: ED, FB and 47. RGB value is (237,251,71). Sum of RGB (Red+Green+Blue) = 237+251+71=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 71 (28.12% from 255 or 12.70% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFB47 is #1204B8. Grayscale: #E3E3E3. Windows color (decimal): -1180857 or 4717549. OLE color: 4717549.

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

Color convert

RGB 237 251 71 -
CMYK 0.06 0 0.72 0.02
HSL 64.67º 0.96% 0.63% -
HSV(B) 64.67º 0.72% 0.98% -
XYZ 70.56 87.45 19.12 -
YUV 226.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 237 251 71 0.06 0 0.72 0.02 64.67 0.96 0.63
Hex ED FB 47 6 0 48 2 41 60 3F
Octal 355 373 107 6 0 110 2 101 140 77
Binary 11101101 11111011 1000111 110 0 1001000 10 1000001 1100000 111111

Color Harmonies of #EDFB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB47

Black with #EDFB47

Text Example


Text Example

White with #EDFB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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