Html Css Color HEX #EDF454 Paris Daisy

📋 copy color: '#EDF454'

red 237 ◦ green 244 ◦ blue 84

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

Shades of Paris Daisy #EDF454

Tints of Paris Daisy #EDF454

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

 BLUE value IS 84 (33.2% from 255) = 14.87%

R = 41.95%
G = 43.19%
B = 14.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#EDF454 (or 0xEDF454) is known color: Paris Daisy. HEX triplet: ED, F4 and 54. RGB value is (237,244,84). Sum of RGB (Red+Green+Blue) = 237+244+84=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 84 (33.20% from 255 or 14.87% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF454 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF454 is #120BAB. Grayscale: #E0E0E0. Windows color (decimal): -1182636 or 5567725. OLE color: 5567725.

HSL color Cylindrical-coordinate representation of color #EDF454: hue angle of 62.63º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF454 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 84 -
CMYK 0.03 0 0.66 0.04
HSL 62.63º 0.88% 0.64% -
HSV(B) 62.63º 0.66% 0.96% -
XYZ 68.88 83.35 20.84 -
YUV 223.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 237 244 84 0.03 0 0.66 0.04 62.63 0.88 0.64
Hex ED F4 54 3 0 42 4 3F 58 40
Octal 355 364 124 3 0 102 4 77 130 100
Binary 11101101 11110100 1010100 11 0 1000010 100 111111 1011000 1000000

Color Harmonies of #EDF454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF454

Black with #EDF454

Text Example


Text Example

White with #EDF454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF454; }

 p { color: rgb(237,244,84); }

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

background-color css

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

 a { background-color: rgb(237,244,84); }

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

border-color css

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

 span { border-color: rgb(237,244,84); }

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