Html Css Color HEX #FFE14B Paris Daisy

📋 copy color: '#FFE14B'

red 255 ◦ green 225 ◦ blue 75

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

Shades of Paris Daisy #FFE14B

Tints of Paris Daisy #FFE14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 13.51%

R = 45.95%
G = 40.54%
B = 13.51%

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

#FFE14B (or 0xFFE14B) is known color: Paris Daisy. HEX triplet: FF, E1 and 4B. RGB value is (255,225,75). Sum of RGB (Red+Green+Blue) = 255+225+75=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 225 (88.28% from 255 or 40.54% from 555); Blue value is 75 (29.69% from 255 or 13.51% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE14B is #001EB4. Grayscale: #D9D9D9. Windows color (decimal): -7861 or 4973055. OLE color: 4973055.

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

Color convert

RGB 255 225 75 -
CMYK 0 0.12 0.71 0
HSL 50º 1% 0.65% -
HSV(B) 50º 0.71% 1% -
XYZ 69.44 75.62 17.59 -
YUV 216.87 47.94 155.2 -
System Red Green Blue C M Y K H S L
Decimal 255 225 75 0 0.12 0.71 0 50 1 0.65
Hex FF E1 4B 0 C 47 0 32 64 41
Octal 377 341 113 0 14 107 0 62 144 101
Binary 11111111 11100001 1001011 0 1100 1000111 0 110010 1100100 1000001

Color Harmonies of #FFE14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE14B

Black with #FFE14B

Text Example


Text Example

White with #FFE14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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