Html Css Color HEX #EDF651 Paris Daisy

📋 copy color: '#EDF651'

red 237 ◦ green 246 ◦ blue 81

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

Shades of Paris Daisy #EDF651

Tints of Paris Daisy #EDF651

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.62%

 BLUE value IS 81 (32.03% from 255) = 14.36%

R = 42.02%
G = 43.62%
B = 14.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#EDF651 (or 0xEDF651) is known color: Paris Daisy. HEX triplet: ED, F6 and 51. RGB value is (237,246,81). Sum of RGB (Red+Green+Blue) = 237+246+81=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 246 (96.48% from 255 or 43.62% from 564); Blue value is 81 (32.03% from 255 or 14.36% from 564); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF651 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF651 is #1209AE. Grayscale: #E1E1E1. Windows color (decimal): -1182127 or 5371629. OLE color: 5371629.

HSL color Cylindrical-coordinate representation of color #EDF651: hue angle of 63.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDF651 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 81 -
CMYK 0.04 0 0.67 0.04
HSL 63.27º 0.9% 0.64% -
HSV(B) 63.27º 0.67% 0.96% -
XYZ 69.37 84.51 20.44 -
YUV 224.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 237 246 81 0.04 0 0.67 0.04 63.27 0.9 0.64
Hex ED F6 51 4 0 43 4 3F 5A 40
Octal 355 366 121 4 0 103 4 77 132 100
Binary 11101101 11110110 1010001 100 0 1000011 100 111111 1011010 1000000

Color Harmonies of #EDF651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF651

Black with #EDF651

Text Example


Text Example

White with #EDF651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF651; }

 p { color: rgb(237,246,81); }

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

background-color css

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

 a { background-color: rgb(237,246,81); }

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

border-color css

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

 span { border-color: rgb(237,246,81); }

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