Html Css Color HEX #FFE046 Paris Daisy

📋 copy color: '#FFE046'

red 255 ◦ green 224 ◦ blue 70

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

Shades of Paris Daisy #FFE046

Tints of Paris Daisy #FFE046

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.8%

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

R = 46.45%
G = 40.8%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE046 (or 0xFFE046) is known color: Paris Daisy. HEX triplet: FF, E0 and 46. RGB value is (255,224,70). Sum of RGB (Red+Green+Blue) = 255+224+70=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 70 (27.73% from 255 or 12.75% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE046 is #001FB9. Grayscale: #D8D8D8. Windows color (decimal): -8122 or 4645119. OLE color: 4645119.

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

Color convert

RGB 255 224 70 -
CMYK 0 0.12 0.73 0
HSL 49.95º 1% 0.64% -
HSV(B) 49.95º 0.73% 1% -
XYZ 69 75.01 16.64 -
YUV 215.71 45.77 156.02 -
System Red Green Blue C M Y K H S L
Decimal 255 224 70 0 0.12 0.73 0 49.95 1 0.64
Hex FF E0 46 0 C 49 0 32 64 40
Octal 377 340 106 0 14 111 0 62 144 100
Binary 11111111 11100000 1000110 0 1100 1001001 0 110010 1100100 1000000

Color Harmonies of #FFE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE046

Black with #FFE046

Text Example


Text Example

White with #FFE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE046; }

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

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

background-color css

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

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

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

border-color css

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

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

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