Html Css Color HEX #FFEB48 Paris Daisy

📋 copy color: '#FFEB48'

red 255 ◦ green 235 ◦ blue 72

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

Shades of Paris Daisy #FFEB48

Tints of Paris Daisy #FFEB48

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.81%

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

R = 45.37%
G = 41.81%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FFEB48 (or 0xFFEB48) is known color: Paris Daisy. HEX triplet: FF, EB and 48. RGB value is (255,235,72). Sum of RGB (Red+Green+Blue) = 255+235+72=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 72 (28.52% from 255 or 12.81% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB48 is #0014B7. Grayscale: #DFDFDF. Windows color (decimal): -5304 or 4779007. OLE color: 4779007.

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

Color convert

RGB 255 235 72 -
CMYK 0 0.08 0.72 0
HSL 53.44º 1% 0.64% -
HSV(B) 53.44º 0.72% 1% -
XYZ 72.12 81.14 17.99 -
YUV 222.4 43.13 151.25 -
System Red Green Blue C M Y K H S L
Decimal 255 235 72 0 0.08 0.72 0 53.44 1 0.64
Hex FF EB 48 0 8 48 0 35 64 40
Octal 377 353 110 0 10 110 0 65 144 100
Binary 11111111 11101011 1001000 0 1000 1001000 0 110101 1100100 1000000

Color Harmonies of #FFEB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB48

Black with #FFEB48

Text Example


Text Example

White with #FFEB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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