Html Css Color HEX #EDF93F Paris Daisy

📋 copy color: '#EDF93F'

red 237 ◦ green 249 ◦ blue 63

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

Shades of Paris Daisy #EDF93F

Tints of Paris Daisy #EDF93F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.36%

 BLUE value IS 63 (25% from 255) = 11.48%

R = 43.17%
G = 45.36%
B = 11.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#EDF93F (or 0xEDF93F) is known color: Paris Daisy. HEX triplet: ED, F9 and 3F. RGB value is (237,249,63). Sum of RGB (Red+Green+Blue) = 237+249+63=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 63 (25% from 255 or 11.48% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF93F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF93F is #1206C0. Grayscale: #E0E0E0. Windows color (decimal): -1181377 or 4192749. OLE color: 4192749.

HSL color Cylindrical-coordinate representation of color #EDF93F: hue angle of 63.87º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF93F is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 63 -
CMYK 0.05 0 0.75 0.02
HSL 63.87º 0.94% 0.61% -
HSV(B) 63.87º 0.75% 0.98% -
XYZ 69.7 86.11 17.65 -
YUV 224.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 237 249 63 0.05 0 0.75 0.02 63.87 0.94 0.61
Hex ED F9 3F 5 0 4B 2 40 5E 3D
Octal 355 371 77 5 0 113 2 100 136 75
Binary 11101101 11111001 111111 101 0 1001011 10 1000000 1011110 111101

Color Harmonies of #EDF93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF93F

Black with #EDF93F

Text Example


Text Example

White with #EDF93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF93F; }

 p { color: rgb(237,249,63); }

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

background-color css

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

 a { background-color: rgb(237,249,63); }

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

border-color css

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

 span { border-color: rgb(237,249,63); }

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