Html Css Color HEX #EDF93D Paris Daisy

📋 copy color: '#EDF93D'

red 237 ◦ green 249 ◦ blue 61

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

Shades of Paris Daisy #EDF93D

Tints of Paris Daisy #EDF93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.15%

R = 43.33%
G = 45.52%
B = 11.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#EDF93D (or 0xEDF93D) is known color: Paris Daisy. HEX triplet: ED, F9 and 3D. RGB value is (237,249,61). Sum of RGB (Red+Green+Blue) = 237+249+61=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 61 (24.22% from 255 or 11.15% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF93D is #1206C2. Grayscale: #E0E0E0. Windows color (decimal): -1181379 or 4061677. OLE color: 4061677.

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

Color convert

RGB 237 249 61 -
CMYK 0.05 0 0.76 0.02
HSL 63.83º 0.94% 0.61% -
HSV(B) 63.83º 0.76% 0.98% -
XYZ 69.64 86.09 17.36 -
YUV 223.98 36.02 137.29 -
System Red Green Blue C M Y K H S L
Decimal 237 249 61 0.05 0 0.76 0.02 63.83 0.94 0.61
Hex ED F9 3D 5 0 4C 2 40 5E 3D
Octal 355 371 75 5 0 114 2 100 136 75
Binary 11101101 11111001 111101 101 0 1001100 10 1000000 1011110 111101

Color Harmonies of #EDF93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF93D

Black with #EDF93D

Text Example


Text Example

White with #EDF93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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