Html Css Color HEX #FFED50 Paris Daisy

📋 copy color: '#FFED50'

red 255 ◦ green 237 ◦ blue 80

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

Shades of Paris Daisy #FFED50

Tints of Paris Daisy #FFED50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 13.99%

R = 44.58%
G = 41.43%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFED50 (or 0xFFED50) is known color: Paris Daisy. HEX triplet: FF, ED and 50. RGB value is (255,237,80). Sum of RGB (Red+Green+Blue) = 255+237+80=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 80 (31.64% from 255 or 13.99% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED50 is #0012AF. Grayscale: #E1E1E1. Windows color (decimal): -4784 or 5303807. OLE color: 5303807.

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

Color convert

RGB 255 237 80 -
CMYK 0 0.07 0.69 0
HSL 53.83º 1% 0.66% -
HSV(B) 53.83º 0.69% 1% -
XYZ 72.97 82.41 19.65 -
YUV 224.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 255 237 80 0 0.07 0.69 0 53.83 1 0.66
Hex FF ED 50 0 7 45 0 36 64 42
Octal 377 355 120 0 7 105 0 66 144 102
Binary 11111111 11101101 1010000 0 111 1000101 0 110110 1100100 1000010

Color Harmonies of #FFED50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED50

Black with #FFED50

Text Example


Text Example

White with #FFED50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED50; }

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

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

background-color css

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

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

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

border-color css

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

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

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