Html Css Color HEX #EDE549 Paris Daisy

📋 copy color: '#EDE549'

red 237 ◦ green 229 ◦ blue 73

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

Shades of Paris Daisy #EDE549

Tints of Paris Daisy #EDE549

RGB

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

 GREEN value IS 229 (89.84% from 255) = 42.49%

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

R = 43.97%
G = 42.49%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDE549 (or 0xEDE549) is known color: Paris Daisy. HEX triplet: ED, E5 and 49. RGB value is (237,229,73). Sum of RGB (Red+Green+Blue) = 237+229+73=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE549 is #121AB6. Grayscale: #D6D6D6. Windows color (decimal): -1186487 or 4842989. OLE color: 4842989.

HSL color Cylindrical-coordinate representation of color #EDE549: hue angle of 57.07º 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 #EDE549 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 73 -
CMYK 0 0.03 0.69 0.07
HSL 57.07º 0.82% 0.61% -
HSV(B) 57.07º 0.69% 0.93% -
XYZ 64.15 74.52 17.31 -
YUV 213.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 237 229 73 0 0.03 0.69 0.07 57.07 0.82 0.61
Hex ED E5 49 0 3 45 7 39 52 3D
Octal 355 345 111 0 3 105 7 71 122 75
Binary 11101101 11100101 1001001 0 11 1000101 111 111001 1010010 111101

Color Harmonies of #EDE549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE549

Black with #EDE549

Text Example


Text Example

White with #EDE549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE549; }

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

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

background-color css

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

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

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

border-color css

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

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

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