Html Css Color HEX #FFE546 Paris Daisy

📋 copy color: '#FFE546'

red 255 ◦ green 229 ◦ blue 70

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

Shades of Paris Daisy #FFE546

Tints of Paris Daisy #FFE546

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.34%

 BLUE value IS 70 (27.73% from 255) = 12.64%

R = 46.03%
G = 41.34%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE546 (or 0xFFE546) is known color: Paris Daisy. HEX triplet: FF, E5 and 46. RGB value is (255,229,70). Sum of RGB (Red+Green+Blue) = 255+229+70=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 70 (27.73% from 255 or 12.64% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE546 is #001AB9. Grayscale: #DBDBDB. Windows color (decimal): -6842 or 4646399. OLE color: 4646399.

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

Color convert

RGB 255 229 70 -
CMYK 0 0.10 0.73 0
HSL 51.57º 1% 0.64% -
HSV(B) 51.57º 0.73% 1% -
XYZ 70.36 77.74 17.09 -
YUV 218.65 44.11 153.93 -
System Red Green Blue C M Y K H S L
Decimal 255 229 70 0 0.10 0.73 0 51.57 1 0.64
Hex FF E5 46 0 A 49 0 34 64 40
Octal 377 345 106 0 12 111 0 64 144 100
Binary 11111111 11100101 1000110 0 1010 1001001 0 110100 1100100 1000000

Color Harmonies of #FFE546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE546

Black with #FFE546

Text Example


Text Example

White with #FFE546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE546; }

 p { color: rgb(255,229,70); }

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

background-color css

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

 a { background-color: rgb(255,229,70); }

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

border-color css

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

 span { border-color: rgb(255,229,70); }

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