Html Css Color HEX #EDEF48 Paris Daisy

📋 copy color: '#EDEF48'

red 237 ◦ green 239 ◦ blue 72

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

Shades of Paris Daisy #EDEF48

Tints of Paris Daisy #EDEF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.14%

R = 43.25%
G = 43.61%
B = 13.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EDEF48 (or 0xEDEF48) is known color: Paris Daisy. HEX triplet: ED, EF and 48. RGB value is (237,239,72). Sum of RGB (Red+Green+Blue) = 237+239+72=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 239 (93.75% from 255 or 43.61% from 548); Blue value is 72 (28.52% from 255 or 13.14% from 548); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF48 is #1210B7. Grayscale: #DCDCDC. Windows color (decimal): -1183928 or 4780013. OLE color: 4780013.

HSL color Cylindrical-coordinate representation of color #EDEF48: 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.7%. Process color model (Four color, CMYK) of #EDEF48 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 72 -
CMYK 0.01 0 0.70 0.06
HSL 60.72º 0.84% 0.61% -
HSV(B) 60.72º 0.7% 0.94% -
XYZ 66.96 80.21 18.08 -
YUV 219.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 237 239 72 0.01 0 0.70 0.06 60.72 0.84 0.61
Hex ED EF 48 1 0 46 6 3D 54 3D
Octal 355 357 110 1 0 106 6 75 124 75
Binary 11101101 11101111 1001000 1 0 1000110 110 111101 1010100 111101

Color Harmonies of #EDEF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF48

Black with #EDEF48

Text Example


Text Example

White with #EDEF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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