Html Css Color HEX #FFE14C Paris Daisy

📋 copy color: '#FFE14C'

red 255 ◦ green 225 ◦ blue 76

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

Shades of Paris Daisy #FFE14C

Tints of Paris Daisy #FFE14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.67%

R = 45.86%
G = 40.47%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#FFE14C (or 0xFFE14C) is known color: Paris Daisy. HEX triplet: FF, E1 and 4C. RGB value is (255,225,76). Sum of RGB (Red+Green+Blue) = 255+225+76=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE14C is #001EB3. Grayscale: #D9D9D9. Windows color (decimal): -7860 or 5038591. OLE color: 5038591.

HSL color Cylindrical-coordinate representation of color #FFE14C: hue angle of 49.94º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FFE14C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 225 76 -
CMYK 0 0.12 0.70 0
HSL 49.94º 1% 0.65% -
HSV(B) 49.94º 0.7% 1% -
XYZ 69.47 75.63 17.77 -
YUV 216.98 48.44 155.12 -
System Red Green Blue C M Y K H S L
Decimal 255 225 76 0 0.12 0.70 0 49.94 1 0.65
Hex FF E1 4C 0 C 46 0 32 64 41
Octal 377 341 114 0 14 106 0 62 144 101
Binary 11111111 11100001 1001100 0 1100 1000110 0 110010 1100100 1000001

Color Harmonies of #FFE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE14C

Black with #FFE14C

Text Example


Text Example

White with #FFE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE14C; }

 p { color: rgb(255,225,76); }

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

background-color css

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

 a { background-color: rgb(255,225,76); }

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

border-color css

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

 span { border-color: rgb(255,225,76); }

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