Html Css Color HEX #EDF34D Paris Daisy

📋 copy color: '#EDF34D'

red 237 ◦ green 243 ◦ blue 77

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

Shades of Paris Daisy #EDF34D

Tints of Paris Daisy #EDF34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.82%

R = 42.55%
G = 43.63%
B = 13.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#EDF34D (or 0xEDF34D) is known color: Paris Daisy. HEX triplet: ED, F3 and 4D. RGB value is (237,243,77). Sum of RGB (Red+Green+Blue) = 237+243+77=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF34D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF34D is #120CB2. Grayscale: #DEDEDE. Windows color (decimal): -1182899 or 5108717. OLE color: 5108717.

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

Color convert

RGB 237 243 77 -
CMYK 0.02 0 0.68 0.05
HSL 62.17º 0.87% 0.63% -
HSV(B) 62.17º 0.68% 0.95% -
XYZ 68.32 82.64 19.37 -
YUV 222.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 237 243 77 0.02 0 0.68 0.05 62.17 0.87 0.63
Hex ED F3 4D 2 0 44 5 3E 57 3F
Octal 355 363 115 2 0 104 5 76 127 77
Binary 11101101 11110011 1001101 10 0 1000100 101 111110 1010111 111111

Color Harmonies of #EDF34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF34D

Black with #EDF34D

Text Example


Text Example

White with #EDF34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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