Html Css Color HEX #FFEA4F Paris Daisy

📋 copy color: '#FFEA4F'

red 255 ◦ green 234 ◦ blue 79

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

Shades of Paris Daisy #FFEA4F

Tints of Paris Daisy #FFEA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 13.91%

R = 44.89%
G = 41.2%
B = 13.91%

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

#FFEA4F (or 0xFFEA4F) is known color: Paris Daisy. HEX triplet: FF, EA and 4F. RGB value is (255,234,79). Sum of RGB (Red+Green+Blue) = 255+234+79=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 79 (31.25% from 255 or 13.91% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEA4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEA4F is #0015B0. Grayscale: #DFDFDF. Windows color (decimal): -5553 or 5237503. OLE color: 5237503.

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

Color convert

RGB 255 234 79 -
CMYK 0 0.08 0.69 0
HSL 52.84º 1% 0.65% -
HSV(B) 52.84º 0.69% 1% -
XYZ 72.07 80.67 19.17 -
YUV 222.61 46.96 151.1 -
System Red Green Blue C M Y K H S L
Decimal 255 234 79 0 0.08 0.69 0 52.84 1 0.65
Hex FF EA 4F 0 8 45 0 35 64 41
Octal 377 352 117 0 10 105 0 65 144 101
Binary 11111111 11101010 1001111 0 1000 1000101 0 110101 1100100 1000001

Color Harmonies of #FFEA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEA4F

Black with #FFEA4F

Text Example


Text Example

White with #FFEA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEA4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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