Html Css Color HEX #FFEA4E Paris Daisy

📋 copy color: '#FFEA4E'

red 255 ◦ green 234 ◦ blue 78

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

Shades of Paris Daisy #FFEA4E

Tints of Paris Daisy #FFEA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 13.76%

R = 44.97%
G = 41.27%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFEA4E (or 0xFFEA4E) is known color: Paris Daisy. HEX triplet: FF, EA and 4E. RGB value is (255,234,78). Sum of RGB (Red+Green+Blue) = 255+234+78=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 78 (30.86% from 255 or 13.76% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA4E is #0015B1. Grayscale: #DFDFDF. Windows color (decimal): -5554 or 5171967. OLE color: 5171967.

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

Color convert

RGB 255 234 78 -
CMYK 0 0.08 0.69 0
HSL 52.88º 1% 0.65% -
HSV(B) 52.88º 0.69% 1% -
XYZ 72.04 80.66 18.98 -
YUV 222.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 255 234 78 0 0.08 0.69 0 52.88 1 0.65
Hex FF EA 4E 0 8 45 0 35 64 41
Octal 377 352 116 0 10 105 0 65 144 101
Binary 11111111 11101010 1001110 0 1000 1000101 0 110101 1100100 1000001

Color Harmonies of #FFEA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA4E

Black with #FFEA4E

Text Example


Text Example

White with #FFEA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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