Html Css Color HEX #EDF945 Paris Daisy

📋 copy color: '#EDF945'

red 237 ◦ green 249 ◦ blue 69

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

Shades of Paris Daisy #EDF945

Tints of Paris Daisy #EDF945

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.86%

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

R = 42.7%
G = 44.86%
B = 12.43%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#EDF945 (or 0xEDF945) is known color: Paris Daisy. HEX triplet: ED, F9 and 45. RGB value is (237,249,69). Sum of RGB (Red+Green+Blue) = 237+249+69=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 69 (27.34% from 255 or 12.43% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF945 is #1206BA. Grayscale: #E1E1E1. Windows color (decimal): -1181371 or 4585965. OLE color: 4585965.

HSL color Cylindrical-coordinate representation of color #EDF945: hue angle of 64º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF945 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 69 -
CMYK 0.05 0 0.72 0.02
HSL 64º 0.94% 0.62% -
HSV(B) 64º 0.72% 0.98% -
XYZ 69.87 86.19 18.58 -
YUV 224.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 237 249 69 0.05 0 0.72 0.02 64 0.94 0.62
Hex ED F9 45 5 0 48 2 40 5E 3E
Octal 355 371 105 5 0 110 2 100 136 76
Binary 11101101 11111001 1000101 101 0 1001000 10 1000000 1011110 111110

Color Harmonies of #EDF945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF945

Black with #EDF945

Text Example


Text Example

White with #EDF945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF945; }

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

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

background-color css

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

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

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

border-color css

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

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

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