Html Css Color HEX #EDF245 Paris Daisy

📋 copy color: '#EDF245'

red 237 ◦ green 242 ◦ blue 69

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

Shades of Paris Daisy #EDF245

Tints of Paris Daisy #EDF245

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.16%

 BLUE value IS 69 (27.34% from 255) = 12.59%

R = 43.25%
G = 44.16%
B = 12.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EDF245 (or 0xEDF245) is known color: Paris Daisy. HEX triplet: ED, F2 and 45. RGB value is (237,242,69). Sum of RGB (Red+Green+Blue) = 237+242+69=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF245 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF245 is #120DBA. Grayscale: #DDDDDD. Windows color (decimal): -1183163 or 4584173. OLE color: 4584173.

HSL color Cylindrical-coordinate representation of color #EDF245: hue angle of 61.73º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF245 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 69 -
CMYK 0.02 0 0.71 0.05
HSL 61.73º 0.87% 0.61% -
HSV(B) 61.73º 0.71% 0.95% -
XYZ 67.75 81.94 17.88 -
YUV 220.78 42.34 139.57 -
System Red Green Blue C M Y K H S L
Decimal 237 242 69 0.02 0 0.71 0.05 61.73 0.87 0.61
Hex ED F2 45 2 0 47 5 3E 57 3D
Octal 355 362 105 2 0 107 5 76 127 75
Binary 11101101 11110010 1000101 10 0 1000111 101 111110 1010111 111101

Color Harmonies of #EDF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF245

Black with #EDF245

Text Example


Text Example

White with #EDF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF245; }

 p { color: rgb(237,242,69); }

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

background-color css

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

 a { background-color: rgb(237,242,69); }

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

border-color css

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

 span { border-color: rgb(237,242,69); }

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