Html Css Color HEX #FFE94F Paris Daisy

📋 copy color: '#FFE94F'

red 255 ◦ green 233 ◦ blue 79

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

Shades of Paris Daisy #FFE94F

Tints of Paris Daisy #FFE94F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.09%

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

R = 44.97%
G = 41.09%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFE94F (or 0xFFE94F) is known color: Paris Daisy. HEX triplet: FF, E9 and 4F. RGB value is (255,233,79). Sum of RGB (Red+Green+Blue) = 255+233+79=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 79 (31.25% from 255 or 13.93% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE94F is #0016B0. Grayscale: #DEDEDE. Windows color (decimal): -5809 or 5237247. OLE color: 5237247.

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

Color convert

RGB 255 233 79 -
CMYK 0 0.09 0.69 0
HSL 52.5º 1% 0.65% -
HSV(B) 52.5º 0.69% 1% -
XYZ 71.79 80.1 19.07 -
YUV 222.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 255 233 79 0 0.09 0.69 0 52.5 1 0.65
Hex FF E9 4F 0 9 45 0 34 64 41
Octal 377 351 117 0 11 105 0 64 144 101
Binary 11111111 11101001 1001111 0 1001 1000101 0 110100 1100100 1000001

Color Harmonies of #FFE94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE94F

Black with #FFE94F

Text Example


Text Example

White with #FFE94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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