Html Css Color HEX #EDF954 Paris Daisy

📋 copy color: '#EDF954'

red 237 ◦ green 249 ◦ blue 84

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

Shades of Paris Daisy #EDF954

Tints of Paris Daisy #EDF954

RGB

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

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

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

R = 41.58%
G = 43.68%
B = 14.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#EDF954 (or 0xEDF954) is known color: Paris Daisy. HEX triplet: ED, F9 and 54. RGB value is (237,249,84). Sum of RGB (Red+Green+Blue) = 237+249+84=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 84 (33.20% from 255 or 14.74% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF954 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF954 is #1206AB. Grayscale: #E3E3E3. Windows color (decimal): -1181356 or 5569005. OLE color: 5569005.

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

Color convert

RGB 237 249 84 -
CMYK 0.05 0 0.66 0.02
HSL 64.36º 0.93% 0.65% -
HSV(B) 64.36º 0.66% 0.98% -
XYZ 70.4 86.4 21.35 -
YUV 226.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 237 249 84 0.05 0 0.66 0.02 64.36 0.93 0.65
Hex ED F9 54 5 0 42 2 40 5D 41
Octal 355 371 124 5 0 102 2 100 135 101
Binary 11101101 11111001 1010100 101 0 1000010 10 1000000 1011101 1000001

Color Harmonies of #EDF954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF954

Black with #EDF954

Text Example


Text Example

White with #EDF954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF954; }

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

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

background-color css

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

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

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

border-color css

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

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

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