Html Css Color HEX #FEEC55 Paris Daisy

📋 copy color: '#FEEC55'

red 254 ◦ green 236 ◦ blue 85

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

Shades of Paris Daisy #FEEC55

Tints of Paris Daisy #FEEC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.78%

R = 44.17%
G = 41.04%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEEC55 (or 0xFEEC55) is known color: Paris Daisy. HEX triplet: FE, EC and 55. RGB value is (254,236,85). Sum of RGB (Red+Green+Blue) = 254+236+85=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 85 (33.59% from 255 or 14.78% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC55 is #0113AA. Grayscale: #E0E0E0. Windows color (decimal): -70571 or 5631230. OLE color: 5631230.

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

Color convert

RGB 254 236 85 -
CMYK 0 0.07 0.67 0.00
HSL 53.61º 0.99% 0.66% -
HSV(B) 53.61º 0.67% 1% -
XYZ 72.51 81.72 20.55 -
YUV 224.17 49.46 149.28 -
System Red Green Blue C M Y K H S L
Decimal 254 236 85 0 0.07 0.67 0.00 53.61 0.99 0.66
Hex FE EC 55 0 7 43 0 36 63 42
Octal 376 354 125 0 7 103 0 66 143 102
Binary 11111110 11101100 1010101 0 111 1000011 0 110110 1100011 1000010

Color Harmonies of #FEEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC55

Black with #FEEC55

Text Example


Text Example

White with #FEEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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