Html Css Color HEX #EDF645 Paris Daisy

📋 copy color: '#EDF645'

red 237 ◦ green 246 ◦ blue 69

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

Shades of Paris Daisy #EDF645

Tints of Paris Daisy #EDF645

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.57%

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

R = 42.93%
G = 44.57%
B = 12.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#EDF645 (or 0xEDF645) is known color: Paris Daisy. HEX triplet: ED, F6 and 45. RGB value is (237,246,69). Sum of RGB (Red+Green+Blue) = 237+246+69=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 69 (27.34% from 255 or 12.5% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF645 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF645 is #1209BA. Grayscale: #DFDFDF. Windows color (decimal): -1182139 or 4585197. OLE color: 4585197.

HSL color Cylindrical-coordinate representation of color #EDF645: hue angle of 63.05º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDF645 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 69 -
CMYK 0.04 0 0.72 0.04
HSL 63.05º 0.91% 0.62% -
HSV(B) 63.05º 0.72% 0.96% -
XYZ 68.96 84.35 18.28 -
YUV 223.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 237 246 69 0.04 0 0.72 0.04 63.05 0.91 0.62
Hex ED F6 45 4 0 48 4 3F 5B 3E
Octal 355 366 105 4 0 110 4 77 133 76
Binary 11101101 11110110 1000101 100 0 1001000 100 111111 1011011 111110

Color Harmonies of #EDF645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF645

Black with #EDF645

Text Example


Text Example

White with #EDF645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF645; }

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

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

background-color css

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

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

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

border-color css

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

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

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