Html Css Color HEX #FFE346 Paris Daisy

📋 copy color: '#FFE346'

red 255 ◦ green 227 ◦ blue 70

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

Shades of Paris Daisy #FFE346

Tints of Paris Daisy #FFE346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.12%

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

R = 46.2%
G = 41.12%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFE346 (or 0xFFE346) is known color: Paris Daisy. HEX triplet: FF, E3 and 46. RGB value is (255,227,70). Sum of RGB (Red+Green+Blue) = 255+227+70=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 70 (27.73% from 255 or 12.68% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE346 is #001CB9. Grayscale: #DADADA. Windows color (decimal): -7354 or 4645887. OLE color: 4645887.

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

Color convert

RGB 255 227 70 -
CMYK 0 0.11 0.73 0
HSL 50.92º 1% 0.64% -
HSV(B) 50.92º 0.73% 1% -
XYZ 69.81 76.64 16.91 -
YUV 217.47 44.78 154.77 -
System Red Green Blue C M Y K H S L
Decimal 255 227 70 0 0.11 0.73 0 50.92 1 0.64
Hex FF E3 46 0 B 49 0 33 64 40
Octal 377 343 106 0 13 111 0 63 144 100
Binary 11111111 11100011 1000110 0 1011 1001001 0 110011 1100100 1000000

Color Harmonies of #FFE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE346

Black with #FFE346

Text Example


Text Example

White with #FFE346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE346; }

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

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

background-color css

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

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

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

border-color css

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

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

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