Html Css Color HEX #EDF154 Paris Daisy

📋 copy color: '#EDF154'

red 237 ◦ green 241 ◦ blue 84

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

Shades of Paris Daisy #EDF154

Tints of Paris Daisy #EDF154

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.88%

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

R = 42.17%
G = 42.88%
B = 14.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#EDF154 (or 0xEDF154) is known color: Paris Daisy. HEX triplet: ED, F1 and 54. RGB value is (237,241,84). Sum of RGB (Red+Green+Blue) = 237+241+84=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 84 (33.20% from 255 or 14.95% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF154 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF154 is #120EAB. Grayscale: #DEDEDE. Windows color (decimal): -1183404 or 5566957. OLE color: 5566957.

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

Color convert

RGB 237 241 84 -
CMYK 0.02 0 0.65 0.05
HSL 61.53º 0.85% 0.64% -
HSV(B) 61.53º 0.65% 0.95% -
XYZ 67.98 81.56 20.55 -
YUV 221.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 237 241 84 0.02 0 0.65 0.05 61.53 0.85 0.64
Hex ED F1 54 2 0 41 5 3E 55 40
Octal 355 361 124 2 0 101 5 76 125 100
Binary 11101101 11110001 1010100 10 0 1000001 101 111110 1010101 1000000

Color Harmonies of #EDF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF154

Black with #EDF154

Text Example


Text Example

White with #EDF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF154; }

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

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

background-color css

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

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

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

border-color css

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

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

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