Html Css Color HEX #FEEC56 Paris Daisy

📋 copy color: '#FEEC56'

red 254 ◦ green 236 ◦ blue 86

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

Shades of Paris Daisy #FEEC56

Tints of Paris Daisy #FEEC56

RGB

 RED value IS 254 (99.61% from 255) = 44.1%

 GREEN value IS 236 (92.58% from 255) = 40.97%

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

R = 44.1%
G = 40.97%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEEC56 (or 0xFEEC56) is known color: Paris Daisy. HEX triplet: FE, EC and 56. RGB value is (254,236,86). Sum of RGB (Red+Green+Blue) = 254+236+86=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 86 (33.98% from 255 or 14.93% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC56 is #0113A9. Grayscale: #E0E0E0. Windows color (decimal): -70570 or 5696766. OLE color: 5696766.

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

Color convert

RGB 254 236 86 -
CMYK 0 0.07 0.66 0.00
HSL 53.57º 0.99% 0.67% -
HSV(B) 53.57º 0.66% 1% -
XYZ 72.55 81.73 20.76 -
YUV 224.28 49.96 149.2 -
System Red Green Blue C M Y K H S L
Decimal 254 236 86 0 0.07 0.66 0.00 53.57 0.99 0.67
Hex FE EC 56 0 7 42 0 36 63 43
Octal 376 354 126 0 7 102 0 66 143 103
Binary 11111110 11101100 1010110 0 111 1000010 0 110110 1100011 1000011

Color Harmonies of #FEEC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC56

Black with #FEEC56

Text Example


Text Example

White with #FEEC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC56; }

 p { color: rgb(254,236,86); }

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

background-color css

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

 a { background-color: rgb(254,236,86); }

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

border-color css

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

 span { border-color: rgb(254,236,86); }

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