Html Css Color HEX #EDED49 Paris Daisy

📋 copy color: '#EDED49'

red 237 ◦ green 237 ◦ blue 73

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

Shades of Paris Daisy #EDED49

Tints of Paris Daisy #EDED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 73 (28.91% from 255) = 13.35%

R = 43.33%
G = 43.33%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDED49 (or 0xEDED49) is known color: Paris Daisy. HEX triplet: ED, ED and 49. RGB value is (237,237,73). Sum of RGB (Red+Green+Blue) = 237+237+73=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED49 is #1212B6. Grayscale: #DADADA. Windows color (decimal): -1184439 or 4845037. OLE color: 4845037.

HSL color Cylindrical-coordinate representation of color #EDED49: hue angle of 60º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDED49 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 73 -
CMYK 0 0 0.69 0.07
HSL 60º 0.82% 0.61% -
HSV(B) 60º 0.69% 0.93% -
XYZ 66.41 79.05 18.06 -
YUV 218.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 237 237 73 0 0 0.69 0.07 60 0.82 0.61
Hex ED ED 49 0 0 45 7 3C 52 3D
Octal 355 355 111 0 0 105 7 74 122 75
Binary 11101101 11101101 1001001 0 0 1000101 111 111100 1010010 111101

Color Harmonies of #EDED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED49

Black with #EDED49

Text Example


Text Example

White with #EDED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED49; }

 p { color: rgb(237,237,73); }

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

background-color css

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

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

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

border-color css

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

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

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