Html Css Color HEX #EDF540 Paris Daisy

📋 copy color: '#EDF540'

red 237 ◦ green 245 ◦ blue 64

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

Shades of Paris Daisy #EDF540

Tints of Paris Daisy #EDF540

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.87%

 BLUE value IS 64 (25.39% from 255) = 11.72%

R = 43.41%
G = 44.87%
B = 11.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#EDF540 (or 0xEDF540) is known color: Paris Daisy. HEX triplet: ED, F5 and 40. RGB value is (237,245,64). Sum of RGB (Red+Green+Blue) = 237+245+64=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 245 (96.09% from 255 or 44.87% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF540 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF540 is #120ABF. Grayscale: #DEDEDE. Windows color (decimal): -1182400 or 4257261. OLE color: 4257261.

HSL color Cylindrical-coordinate representation of color #EDF540: hue angle of 62.65º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDF540 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 64 -
CMYK 0.03 0 0.74 0.04
HSL 62.65º 0.9% 0.61% -
HSV(B) 62.65º 0.74% 0.96% -
XYZ 68.5 83.68 17.39 -
YUV 221.97 38.85 138.72 -
System Red Green Blue C M Y K H S L
Decimal 237 245 64 0.03 0 0.74 0.04 62.65 0.9 0.61
Hex ED F5 40 3 0 4A 4 3F 5A 3D
Octal 355 365 100 3 0 112 4 77 132 75
Binary 11101101 11110101 1000000 11 0 1001010 100 111111 1011010 111101

Color Harmonies of #EDF540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF540

Black with #EDF540

Text Example


Text Example

White with #EDF540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF540; }

 p { color: rgb(237,245,64); }

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

background-color css

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

 a { background-color: rgb(237,245,64); }

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

border-color css

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

 span { border-color: rgb(237,245,64); }

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