Html Css Color HEX #EDEF49 Paris Daisy

📋 copy color: '#EDEF49'

red 237 ◦ green 239 ◦ blue 73

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

Shades of Paris Daisy #EDEF49

Tints of Paris Daisy #EDEF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.53%

 BLUE value IS 73 (28.91% from 255) = 13.3%

R = 43.17%
G = 43.53%
B = 13.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EDEF49 (or 0xEDEF49) is known color: Paris Daisy. HEX triplet: ED, EF and 49. RGB value is (237,239,73). Sum of RGB (Red+Green+Blue) = 237+239+73=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF49 is #1210B6. Grayscale: #DCDCDC. Windows color (decimal): -1183927 or 4845549. OLE color: 4845549.

HSL color Cylindrical-coordinate representation of color #EDEF49: hue angle of 60.72º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDEF49 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 73 -
CMYK 0.01 0 0.69 0.06
HSL 60.72º 0.84% 0.61% -
HSV(B) 60.72º 0.69% 0.94% -
XYZ 66.99 80.22 18.26 -
YUV 219.48 45.34 140.5 -
System Red Green Blue C M Y K H S L
Decimal 237 239 73 0.01 0 0.69 0.06 60.72 0.84 0.61
Hex ED EF 49 1 0 45 6 3D 54 3D
Octal 355 357 111 1 0 105 6 75 124 75
Binary 11101101 11101111 1001001 1 0 1000101 110 111101 1010100 111101

Color Harmonies of #EDEF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF49

Black with #EDEF49

Text Example


Text Example

White with #EDEF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF49; }

 p { color: rgb(237,239,73); }

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

background-color css

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

 a { background-color: rgb(237,239,73); }

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

border-color css

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

 span { border-color: rgb(237,239,73); }

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