Html Css Color HEX #EDF042 Paris Daisy

📋 copy color: '#EDF042'

red 237 ◦ green 240 ◦ blue 66

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

Shades of Paris Daisy #EDF042

Tints of Paris Daisy #EDF042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.15%

R = 43.65%
G = 44.2%
B = 12.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EDF042 (or 0xEDF042) is known color: Paris Daisy. HEX triplet: ED, F0 and 42. RGB value is (237,240,66). Sum of RGB (Red+Green+Blue) = 237+240+66=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 66 (26.17% from 255 or 12.15% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF042 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF042 is #120FBD. Grayscale: #DBDBDB. Windows color (decimal): -1183678 or 4387053. OLE color: 4387053.

HSL color Cylindrical-coordinate representation of color #EDF042: hue angle of 61.03º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDF042 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 66 -
CMYK 0.01 0 0.72 0.06
HSL 61.03º 0.85% 0.6% -
HSV(B) 61.03º 0.73% 0.94% -
XYZ 67.07 80.72 17.2 -
YUV 219.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 237 240 66 0.01 0 0.72 0.06 61.03 0.85 0.6
Hex ED F0 42 1 0 48 6 3D 55 3C
Octal 355 360 102 1 0 110 6 75 125 74
Binary 11101101 11110000 1000010 1 0 1001000 110 111101 1010101 111100

Color Harmonies of #EDF042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF042

Black with #EDF042

Text Example


Text Example

White with #EDF042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF042; }

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

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

background-color css

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

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

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

border-color css

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

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

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