Html Css Color HEX #FFE14A Paris Daisy

📋 copy color: '#FFE14A'

red 255 ◦ green 225 ◦ blue 74

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

Shades of Paris Daisy #FFE14A

Tints of Paris Daisy #FFE14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.36%

R = 46.03%
G = 40.61%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFE14A (or 0xFFE14A) is known color: Paris Daisy. HEX triplet: FF, E1 and 4A. RGB value is (255,225,74). Sum of RGB (Red+Green+Blue) = 255+225+74=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 74 (29.30% from 255 or 13.36% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE14A is #001EB5. Grayscale: #D9D9D9. Windows color (decimal): -7862 or 4907519. OLE color: 4907519.

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

Color convert

RGB 255 225 74 -
CMYK 0 0.12 0.71 0
HSL 50.06º 1% 0.65% -
HSV(B) 50.06º 0.71% 1% -
XYZ 69.4 75.6 17.41 -
YUV 216.76 47.44 155.28 -
System Red Green Blue C M Y K H S L
Decimal 255 225 74 0 0.12 0.71 0 50.06 1 0.65
Hex FF E1 4A 0 C 47 0 32 64 41
Octal 377 341 112 0 14 107 0 62 144 101
Binary 11111111 11100001 1001010 0 1100 1000111 0 110010 1100100 1000001

Color Harmonies of #FFE14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE14A

Black with #FFE14A

Text Example


Text Example

White with #FFE14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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