Html Css Color HEX #EDF054 Paris Daisy

📋 copy color: '#EDF054'

red 237 ◦ green 240 ◦ blue 84

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

Shades of Paris Daisy #EDF054

Tints of Paris Daisy #EDF054

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.78%

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

R = 42.25%
G = 42.78%
B = 14.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EDF054 (or 0xEDF054) is known color: Paris Daisy. HEX triplet: ED, F0 and 54. RGB value is (237,240,84). Sum of RGB (Red+Green+Blue) = 237+240+84=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 84 (33.20% from 255 or 14.97% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF054 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF054 is #120FAB. Grayscale: #DDDDDD. Windows color (decimal): -1183660 or 5566701. OLE color: 5566701.

HSL color Cylindrical-coordinate representation of color #EDF054: hue angle of 61.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDF054 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 84 -
CMYK 0.01 0 0.65 0.06
HSL 61.15º 0.84% 0.64% -
HSV(B) 61.15º 0.65% 0.94% -
XYZ 67.69 80.96 20.45 -
YUV 221.32 50.51 139.18 -
System Red Green Blue C M Y K H S L
Decimal 237 240 84 0.01 0 0.65 0.06 61.15 0.84 0.64
Hex ED F0 54 1 0 41 6 3D 54 40
Octal 355 360 124 1 0 101 6 75 124 100
Binary 11101101 11110000 1010100 1 0 1000001 110 111101 1010100 1000000

Color Harmonies of #EDF054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF054

Black with #EDF054

Text Example


Text Example

White with #EDF054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF054; }

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

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

background-color css

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

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

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

border-color css

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

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

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