Html Css Color HEX #FFED49 Paris Daisy

📋 copy color: '#FFED49'

red 255 ◦ green 237 ◦ blue 73

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

Shades of Paris Daisy #FFED49

Tints of Paris Daisy #FFED49

RGB

 RED value IS 255 (100% from 255) = 45.13%

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

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

R = 45.13%
G = 41.95%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFED49 (or 0xFFED49) is known color: Paris Daisy. HEX triplet: FF, ED and 49. RGB value is (255,237,73). Sum of RGB (Red+Green+Blue) = 255+237+73=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 73 (28.91% from 255 or 12.92% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFED49 is #0012B6. Grayscale: #E0E0E0. Windows color (decimal): -4791 or 4845055. OLE color: 4845055.

HSL color Cylindrical-coordinate representation of color #FFED49: hue angle of 54.07º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FFED49 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 73 -
CMYK 0 0.07 0.71 0
HSL 54.07º 1% 0.64% -
HSV(B) 54.07º 0.71% 1% -
XYZ 72.73 82.31 18.36 -
YUV 223.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 255 237 73 0 0.07 0.71 0 54.07 1 0.64
Hex FF ED 49 0 7 47 0 36 64 40
Octal 377 355 111 0 7 107 0 66 144 100
Binary 11111111 11101101 1001001 0 111 1000111 0 110110 1100100 1000000

Color Harmonies of #FFED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED49

Black with #FFED49

Text Example


Text Example

White with #FFED49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED49; }

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

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

background-color css

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

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

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

border-color css

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

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

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