Html Css Color HEX #FEE14E Paris Daisy

📋 copy color: '#FEE14E'

red 254 ◦ green 225 ◦ blue 78

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

Shades of Paris Daisy #FEE14E

Tints of Paris Daisy #FEE14E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.39%

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

R = 45.6%
G = 40.39%
B = 14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE14E (or 0xFEE14E) is known color: Paris Daisy. HEX triplet: FE, E1 and 4E. RGB value is (254,225,78). Sum of RGB (Red+Green+Blue) = 254+225+78=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 78 (30.86% from 255 or 14.00% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE14E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE14E is #011EB1. Grayscale: #D9D9D9. Windows color (decimal): -73394 or 5169662. OLE color: 5169662.

HSL color Cylindrical-coordinate representation of color #FEE14E: hue angle of 50.11º 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 #FEE14E is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 78 -
CMYK 0 0.11 0.69 0.00
HSL 50.11º 0.99% 0.65% -
HSV(B) 50.11º 0.69% 1% -
XYZ 69.17 75.47 18.13 -
YUV 216.91 49.61 154.45 -
System Red Green Blue C M Y K H S L
Decimal 254 225 78 0 0.11 0.69 0.00 50.11 0.99 0.65
Hex FE E1 4E 0 B 45 0 32 63 41
Octal 376 341 116 0 13 105 0 62 143 101
Binary 11111110 11100001 1001110 0 1011 1000101 0 110010 1100011 1000001

Color Harmonies of #FEE14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE14E

Black with #FEE14E

Text Example


Text Example

White with #FEE14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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