Html Css Color HEX #FFEA48 Paris Daisy

📋 copy color: '#FFEA48'

red 255 ◦ green 234 ◦ blue 72

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

Shades of Paris Daisy #FFEA48

Tints of Paris Daisy #FFEA48

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.71%

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

R = 45.45%
G = 41.71%
B = 12.83%

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

#FFEA48 (or 0xFFEA48) is known color: Paris Daisy. HEX triplet: FF, EA and 48. RGB value is (255,234,72). Sum of RGB (Red+Green+Blue) = 255+234+72=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 72 (28.52% from 255 or 12.83% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEA48 is #0015B7. Grayscale: #DEDEDE. Windows color (decimal): -5560 or 4778751. OLE color: 4778751.

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

Color convert

RGB 255 234 72 -
CMYK 0 0.08 0.72 0
HSL 53.11º 1% 0.64% -
HSV(B) 53.11º 0.72% 1% -
XYZ 71.83 80.57 17.9 -
YUV 221.81 43.46 151.67 -
System Red Green Blue C M Y K H S L
Decimal 255 234 72 0 0.08 0.72 0 53.11 1 0.64
Hex FF EA 48 0 8 48 0 35 64 40
Octal 377 352 110 0 10 110 0 65 144 100
Binary 11111111 11101010 1001000 0 1000 1001000 0 110101 1100100 1000000

Color Harmonies of #FFEA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA48

Black with #FFEA48

Text Example


Text Example

White with #FFEA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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