Html Css Color HEX #FFE348 Paris Daisy

📋 copy color: '#FFE348'

red 255 ◦ green 227 ◦ blue 72

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

Shades of Paris Daisy #FFE348

Tints of Paris Daisy #FFE348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13%

R = 46.03%
G = 40.97%
B = 13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFE348 (or 0xFFE348) is known color: Paris Daisy. HEX triplet: FF, E3 and 48. RGB value is (255,227,72). Sum of RGB (Red+Green+Blue) = 255+227+72=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 227 (89.06% from 255 or 40.97% from 554); Blue value is 72 (28.52% from 255 or 13.00% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFE348 is #001CB7. Grayscale: #DADADA. Windows color (decimal): -7352 or 4776959. OLE color: 4776959.

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

Color convert

RGB 255 227 72 -
CMYK 0 0.11 0.72 0
HSL 50.82º 1% 0.64% -
HSV(B) 50.82º 0.72% 1% -
XYZ 69.88 76.67 17.25 -
YUV 217.7 45.78 154.6 -
System Red Green Blue C M Y K H S L
Decimal 255 227 72 0 0.11 0.72 0 50.82 1 0.64
Hex FF E3 48 0 B 48 0 33 64 40
Octal 377 343 110 0 13 110 0 63 144 100
Binary 11111111 11100011 1001000 0 1011 1001000 0 110011 1100100 1000000

Color Harmonies of #FFE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE348

Black with #FFE348

Text Example


Text Example

White with #FFE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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