Html Css Color HEX #EDF845 Paris Daisy

📋 copy color: '#EDF845'

red 237 ◦ green 248 ◦ blue 69

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

Shades of Paris Daisy #EDF845

Tints of Paris Daisy #EDF845

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.77%

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

R = 42.78%
G = 44.77%
B = 12.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#EDF845 (or 0xEDF845) is known color: Paris Daisy. HEX triplet: ED, F8 and 45. RGB value is (237,248,69). Sum of RGB (Red+Green+Blue) = 237+248+69=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 69 (27.34% from 255 or 12.45% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF845 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF845 is #1207BA. Grayscale: #E1E1E1. Windows color (decimal): -1181627 or 4585709. OLE color: 4585709.

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

Color convert

RGB 237 248 69 -
CMYK 0.04 0 0.72 0.03
HSL 63.69º 0.93% 0.62% -
HSV(B) 63.69º 0.72% 0.97% -
XYZ 69.57 85.57 18.48 -
YUV 224.31 40.36 137.05 -
System Red Green Blue C M Y K H S L
Decimal 237 248 69 0.04 0 0.72 0.03 63.69 0.93 0.62
Hex ED F8 45 4 0 48 3 40 5D 3E
Octal 355 370 105 4 0 110 3 100 135 76
Binary 11101101 11111000 1000101 100 0 1001000 11 1000000 1011101 111110

Color Harmonies of #EDF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF845

Black with #EDF845

Text Example


Text Example

White with #EDF845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF845; }

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

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

background-color css

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

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

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

border-color css

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

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

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