Html Css Color HEX #EDF344 Paris Daisy

📋 copy color: '#EDF344'

red 237 ◦ green 243 ◦ blue 68

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

Shades of Paris Daisy #EDF344

Tints of Paris Daisy #EDF344

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

 BLUE value IS 68 (26.95% from 255) = 12.41%

R = 43.25%
G = 44.34%
B = 12.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#EDF344 (or 0xEDF344) is known color: Paris Daisy. HEX triplet: ED, F3 and 44. RGB value is (237,243,68). Sum of RGB (Red+Green+Blue) = 237+243+68=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 68 (26.95% from 255 or 12.41% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF344 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF344 is #120CBB. Grayscale: #DDDDDD. Windows color (decimal): -1182908 or 4518893. OLE color: 4518893.

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

Color convert

RGB 237 243 68 -
CMYK 0.02 0 0.72 0.05
HSL 62.06º 0.88% 0.61% -
HSV(B) 62.06º 0.72% 0.95% -
XYZ 68.02 82.52 17.81 -
YUV 221.26 41.51 139.23 -
System Red Green Blue C M Y K H S L
Decimal 237 243 68 0.02 0 0.72 0.05 62.06 0.88 0.61
Hex ED F3 44 2 0 48 5 3E 58 3D
Octal 355 363 104 2 0 110 5 76 130 75
Binary 11101101 11110011 1000100 10 0 1001000 101 111110 1011000 111101

Color Harmonies of #EDF344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF344

Black with #EDF344

Text Example


Text Example

White with #EDF344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF344; }

 p { color: rgb(237,243,68); }

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

background-color css

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

 a { background-color: rgb(237,243,68); }

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

border-color css

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

 span { border-color: rgb(237,243,68); }

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