Html Css Color HEX #EDF354 Paris Daisy

📋 copy color: '#EDF354'

red 237 ◦ green 243 ◦ blue 84

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

Shades of Paris Daisy #EDF354

Tints of Paris Daisy #EDF354

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.09%

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

R = 42.02%
G = 43.09%
B = 14.89%

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

#EDF354 (or 0xEDF354) is known color: Paris Daisy. HEX triplet: ED, F3 and 54. RGB value is (237,243,84). Sum of RGB (Red+Green+Blue) = 237+243+84=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 243 (95.31% from 255 or 43.09% from 564); Blue value is 84 (33.20% from 255 or 14.89% from 564); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF354 is #120CAB. Grayscale: #DFDFDF. Windows color (decimal): -1182892 or 5567469. OLE color: 5567469.

HSL color Cylindrical-coordinate representation of color #EDF354: hue angle of 62.26º degrees, saturation: 0.87, 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 #EDF354 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 84 -
CMYK 0.02 0 0.65 0.05
HSL 62.26º 0.87% 0.64% -
HSV(B) 62.26º 0.65% 0.95% -
XYZ 68.58 82.75 20.74 -
YUV 223.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 237 243 84 0.02 0 0.65 0.05 62.26 0.87 0.64
Hex ED F3 54 2 0 41 5 3E 57 40
Octal 355 363 124 2 0 101 5 76 127 100
Binary 11101101 11110011 1010100 10 0 1000001 101 111110 1010111 1000000

Color Harmonies of #EDF354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF354

Black with #EDF354

Text Example


Text Example

White with #EDF354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF354; }

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

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

background-color css

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

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

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

border-color css

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

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

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