Html Css Color HEX #FFED56 Paris Daisy

📋 copy color: '#FFED56'

red 255 ◦ green 237 ◦ blue 86

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

Shades of Paris Daisy #FFED56

Tints of Paris Daisy #FFED56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 14.88%

R = 44.12%
G = 41%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFED56 (or 0xFFED56) is known color: Paris Daisy. HEX triplet: FF, ED and 56. RGB value is (255,237,86). Sum of RGB (Red+Green+Blue) = 255+237+86=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 237 (92.97% from 255 or 41.00% from 578); Blue value is 86 (33.98% from 255 or 14.88% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFED56 is #0012A9. Grayscale: #E1E1E1. Windows color (decimal): -4778 or 5697023. OLE color: 5697023.

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

Color convert

RGB 255 237 86 -
CMYK 0 0.07 0.66 0
HSL 53.61º 1% 0.67% -
HSV(B) 53.61º 0.66% 1% -
XYZ 73.2 82.5 20.87 -
YUV 225.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 255 237 86 0 0.07 0.66 0 53.61 1 0.67
Hex FF ED 56 0 7 42 0 36 64 43
Octal 377 355 126 0 7 102 0 66 144 103
Binary 11111111 11101101 1010110 0 111 1000010 0 110110 1100100 1000011

Color Harmonies of #FFED56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFED56

Black with #FFED56

Text Example


Text Example

White with #FFED56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFED56; }

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

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

background-color css

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

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

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

border-color css

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

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

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