Html Css Color HEX #EDF342 Paris Daisy

📋 copy color: '#EDF342'

red 237 ◦ green 243 ◦ blue 66

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

Shades of Paris Daisy #EDF342

Tints of Paris Daisy #EDF342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.09%

R = 43.41%
G = 44.51%
B = 12.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#EDF342 (or 0xEDF342) is known color: Paris Daisy. HEX triplet: ED, F3 and 42. RGB value is (237,243,66). Sum of RGB (Red+Green+Blue) = 237+243+66=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 66 (26.17% from 255 or 12.09% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF342 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF342 is #120CBD. Grayscale: #DDDDDD. Windows color (decimal): -1182910 or 4387821. OLE color: 4387821.

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

Color convert

RGB 237 243 66 -
CMYK 0.02 0 0.73 0.05
HSL 62.03º 0.88% 0.61% -
HSV(B) 62.03º 0.73% 0.95% -
XYZ 67.96 82.5 17.5 -
YUV 221.03 40.51 139.39 -
System Red Green Blue C M Y K H S L
Decimal 237 243 66 0.02 0 0.73 0.05 62.03 0.88 0.61
Hex ED F3 42 2 0 49 5 3E 58 3D
Octal 355 363 102 2 0 111 5 76 130 75
Binary 11101101 11110011 1000010 10 0 1001001 101 111110 1011000 111101

Color Harmonies of #EDF342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF342

Black with #EDF342

Text Example


Text Example

White with #EDF342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF342; }

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

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

background-color css

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

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

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

border-color css

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

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

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