Html Css Color HEX #FFE14D Paris Daisy

📋 copy color: '#FFE14D'

red 255 ◦ green 225 ◦ blue 77

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

Shades of Paris Daisy #FFE14D

Tints of Paris Daisy #FFE14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 13.82%

R = 45.78%
G = 40.39%
B = 13.82%

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

#FFE14D (or 0xFFE14D) is known color: Paris Daisy. HEX triplet: FF, E1 and 4D. RGB value is (255,225,77). Sum of RGB (Red+Green+Blue) = 255+225+77=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 77 (30.47% from 255 or 13.82% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE14D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE14D is #001EB2. Grayscale: #D9D9D9. Windows color (decimal): -7859 or 5104127. OLE color: 5104127.

HSL color Cylindrical-coordinate representation of color #FFE14D: hue angle of 49.89º 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 #FFE14D is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB 255 225 77 -
CMYK 0 0.12 0.70 0
HSL 49.89º 1% 0.65% -
HSV(B) 49.89º 0.7% 1% -
XYZ 69.5 75.65 17.96 -
YUV 217.1 48.94 155.03 -
System Red Green Blue C M Y K H S L
Decimal 255 225 77 0 0.12 0.70 0 49.89 1 0.65
Hex FF E1 4D 0 C 46 0 32 64 41
Octal 377 341 115 0 14 106 0 62 144 101
Binary 11111111 11100001 1001101 0 1100 1000110 0 110010 1100100 1000001

Color Harmonies of #FFE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE14D

Black with #FFE14D

Text Example


Text Example

White with #FFE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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