Html Css Color HEX #EDF051 Paris Daisy

📋 copy color: '#EDF051'

red 237 ◦ green 240 ◦ blue 81

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

Shades of Paris Daisy #EDF051

Tints of Paris Daisy #EDF051

RGB

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

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

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

R = 42.47%
G = 43.01%
B = 14.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EDF051 (or 0xEDF051) is known color: Paris Daisy. HEX triplet: ED, F0 and 51. RGB value is (237,240,81). Sum of RGB (Red+Green+Blue) = 237+240+81=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 81 (32.03% from 255 or 14.52% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF051 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF051 is #120FAE. Grayscale: #DDDDDD. Windows color (decimal): -1183663 or 5370093. OLE color: 5370093.

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

Color convert

RGB 237 240 81 -
CMYK 0.01 0 0.66 0.06
HSL 61.13º 0.84% 0.63% -
HSV(B) 61.13º 0.66% 0.94% -
XYZ 67.57 80.92 19.84 -
YUV 220.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 237 240 81 0.01 0 0.66 0.06 61.13 0.84 0.63
Hex ED F0 51 1 0 42 6 3D 54 3F
Octal 355 360 121 1 0 102 6 75 124 77
Binary 11101101 11110000 1010001 1 0 1000010 110 111101 1010100 111111

Color Harmonies of #EDF051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF051

Black with #EDF051

Text Example


Text Example

White with #EDF051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF051; }

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

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

background-color css

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

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

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

border-color css

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

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

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