Html Css Color HEX #FEEC4E Paris Daisy

📋 copy color: '#FEEC4E'

red 254 ◦ green 236 ◦ blue 78

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

Shades of Paris Daisy #FEEC4E

Tints of Paris Daisy #FEEC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.73%

R = 44.72%
G = 41.55%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEEC4E (or 0xFEEC4E) is known color: Paris Daisy. HEX triplet: FE, EC and 4E. RGB value is (254,236,78). Sum of RGB (Red+Green+Blue) = 254+236+78=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 78 (30.86% from 255 or 13.73% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEC4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEC4E is #0113B1. Grayscale: #E0E0E0. Windows color (decimal): -70578 or 5172478. OLE color: 5172478.

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

Color convert

RGB 254 236 78 -
CMYK 0 0.07 0.69 0.00
HSL 53.86º 0.99% 0.65% -
HSV(B) 53.86º 0.69% 1% -
XYZ 72.24 81.61 19.15 -
YUV 223.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 254 236 78 0 0.07 0.69 0.00 53.86 0.99 0.65
Hex FE EC 4E 0 7 45 0 36 63 41
Octal 376 354 116 0 7 105 0 66 143 101
Binary 11111110 11101100 1001110 0 111 1000101 0 110110 1100011 1000001

Color Harmonies of #FEEC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEC4E

Black with #FEEC4E

Text Example


Text Example

White with #FEEC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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