Html Css Color HEX #EDF256 Paris Daisy

📋 copy color: '#EDF256'

red 237 ◦ green 242 ◦ blue 86

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

Shades of Paris Daisy #EDF256

Tints of Paris Daisy #EDF256

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.83%

 BLUE value IS 86 (33.98% from 255) = 15.22%

R = 41.95%
G = 42.83%
B = 15.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#EDF256 (or 0xEDF256) is known color: Paris Daisy. HEX triplet: ED, F2 and 56. RGB value is (237,242,86). Sum of RGB (Red+Green+Blue) = 237+242+86=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 86 (33.98% from 255 or 15.22% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF256 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF256 is #120DA9. Grayscale: #DFDFDF. Windows color (decimal): -1183146 or 5698285. OLE color: 5698285.

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

Color convert

RGB 237 242 86 -
CMYK 0.02 0 0.64 0.05
HSL 61.92º 0.86% 0.64% -
HSV(B) 61.92º 0.64% 0.95% -
XYZ 68.36 82.18 21.06 -
YUV 222.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 237 242 86 0.02 0 0.64 0.05 61.92 0.86 0.64
Hex ED F2 56 2 0 40 5 3E 56 40
Octal 355 362 126 2 0 100 5 76 126 100
Binary 11101101 11110010 1010110 10 0 1000000 101 111110 1010110 1000000

Color Harmonies of #EDF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF256

Black with #EDF256

Text Example


Text Example

White with #EDF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF256; }

 p { color: rgb(237,242,86); }

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

background-color css

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

 a { background-color: rgb(237,242,86); }

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

border-color css

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

 span { border-color: rgb(237,242,86); }

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