Html Css Color HEX #EDF345 Paris Daisy

📋 copy color: '#EDF345'

red 237 ◦ green 243 ◦ blue 69

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

Shades of Paris Daisy #EDF345

Tints of Paris Daisy #EDF345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.57%

R = 43.17%
G = 44.26%
B = 12.57%

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

#EDF345 (or 0xEDF345) is known color: Paris Daisy. HEX triplet: ED, F3 and 45. RGB value is (237,243,69). Sum of RGB (Red+Green+Blue) = 237+243+69=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 243 (95.31% from 255 or 44.26% from 549); Blue value is 69 (27.34% from 255 or 12.57% from 549); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF345 is #120CBA. Grayscale: #DEDEDE. Windows color (decimal): -1182907 or 4584429. OLE color: 4584429.

HSL color Cylindrical-coordinate representation of color #EDF345: hue angle of 62.07º 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 #EDF345 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 69 -
CMYK 0.02 0 0.72 0.05
HSL 62.07º 0.88% 0.61% -
HSV(B) 62.07º 0.72% 0.95% -
XYZ 68.05 82.54 17.97 -
YUV 221.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 237 243 69 0.02 0 0.72 0.05 62.07 0.88 0.61
Hex ED F3 45 2 0 48 5 3E 58 3D
Octal 355 363 105 2 0 110 5 76 130 75
Binary 11101101 11110011 1000101 10 0 1001000 101 111110 1011000 111101

Color Harmonies of #EDF345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF345

Black with #EDF345

Text Example


Text Example

White with #EDF345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF345; }

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

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

background-color css

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

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

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

border-color css

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

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

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