Html Css Color HEX #EDF045 Paris Daisy

📋 copy color: '#EDF045'

red 237 ◦ green 240 ◦ blue 69

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

Shades of Paris Daisy #EDF045

Tints of Paris Daisy #EDF045

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.96%

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

R = 43.41%
G = 43.96%
B = 12.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EDF045 (or 0xEDF045) is known color: Paris Daisy. HEX triplet: ED, F0 and 45. RGB value is (237,240,69). Sum of RGB (Red+Green+Blue) = 237+240+69=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF045 is #120FBA. Grayscale: #DCDCDC. Windows color (decimal): -1183675 or 4583661. OLE color: 4583661.

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

Color convert

RGB 237 240 69 -
CMYK 0.01 0 0.71 0.06
HSL 61.05º 0.85% 0.61% -
HSV(B) 61.05º 0.71% 0.94% -
XYZ 67.16 80.75 17.68 -
YUV 219.61 43.01 140.4 -
System Red Green Blue C M Y K H S L
Decimal 237 240 69 0.01 0 0.71 0.06 61.05 0.85 0.61
Hex ED F0 45 1 0 47 6 3D 55 3D
Octal 355 360 105 1 0 107 6 75 125 75
Binary 11101101 11110000 1000101 1 0 1000111 110 111101 1010101 111101

Color Harmonies of #EDF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF045

Black with #EDF045

Text Example


Text Example

White with #EDF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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