Html Css Color HEX #FFEC48 Paris Daisy

📋 copy color: '#FFEC48'

red 255 ◦ green 236 ◦ blue 72

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

Shades of Paris Daisy #FFEC48

Tints of Paris Daisy #FFEC48

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.92%

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

R = 45.29%
G = 41.92%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFEC48 (or 0xFFEC48) is known color: Paris Daisy. HEX triplet: FF, EC and 48. RGB value is (255,236,72). Sum of RGB (Red+Green+Blue) = 255+236+72=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 72 (28.52% from 255 or 12.79% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEC48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEC48 is #0013B7. Grayscale: #DFDFDF. Windows color (decimal): -5048 or 4779263. OLE color: 4779263.

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

Color convert

RGB 255 236 72 -
CMYK 0 0.07 0.72 0
HSL 53.77º 1% 0.64% -
HSV(B) 53.77º 0.72% 1% -
XYZ 72.41 81.72 18.09 -
YUV 222.99 42.79 150.84 -
System Red Green Blue C M Y K H S L
Decimal 255 236 72 0 0.07 0.72 0 53.77 1 0.64
Hex FF EC 48 0 7 48 0 36 64 40
Octal 377 354 110 0 7 110 0 66 144 100
Binary 11111111 11101100 1001000 0 111 1001000 0 110110 1100100 1000000

Color Harmonies of #FFEC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEC48

Black with #FFEC48

Text Example


Text Example

White with #FFEC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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