Html Css Color HEX #EDF348 Paris Daisy

📋 copy color: '#EDF348'

red 237 ◦ green 243 ◦ blue 72

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

Shades of Paris Daisy #EDF348

Tints of Paris Daisy #EDF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.02%

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

R = 42.93%
G = 44.02%
B = 13.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#EDF348 (or 0xEDF348) is known color: Paris Daisy. HEX triplet: ED, F3 and 48. RGB value is (237,243,72). Sum of RGB (Red+Green+Blue) = 237+243+72=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 243 (95.31% from 255 or 44.02% from 552); Blue value is 72 (28.52% from 255 or 13.04% from 552); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF348 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF348 is #120CB7. Grayscale: #DEDEDE. Windows color (decimal): -1182904 or 4781037. OLE color: 4781037.

HSL color Cylindrical-coordinate representation of color #EDF348: hue angle of 62.11º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDF348 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 72 -
CMYK 0.02 0 0.70 0.05
HSL 62.11º 0.88% 0.62% -
HSV(B) 62.11º 0.7% 0.95% -
XYZ 68.15 82.57 18.48 -
YUV 221.71 43.51 138.9 -
System Red Green Blue C M Y K H S L
Decimal 237 243 72 0.02 0 0.70 0.05 62.11 0.88 0.62
Hex ED F3 48 2 0 46 5 3E 58 3E
Octal 355 363 110 2 0 106 5 76 130 76
Binary 11101101 11110011 1001000 10 0 1000110 101 111110 1011000 111110

Color Harmonies of #EDF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF348

Black with #EDF348

Text Example


Text Example

White with #EDF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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