Html Css Color HEX #FEE74E Paris Daisy

📋 copy color: '#FEE74E'

red 254 ◦ green 231 ◦ blue 78

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

Shades of Paris Daisy #FEE74E

Tints of Paris Daisy #FEE74E

RGB

 RED value IS 254 (99.61% from 255) = 45.12%

 GREEN value IS 231 (90.63% from 255) = 41.03%

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

R = 45.12%
G = 41.03%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEE74E (or 0xFEE74E) is known color: Paris Daisy. HEX triplet: FE, E7 and 4E. RGB value is (254,231,78). Sum of RGB (Red+Green+Blue) = 254+231+78=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 78 (30.86% from 255 or 13.85% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE74E is #0118B1. Grayscale: #DDDDDD. Windows color (decimal): -71858 or 5171198. OLE color: 5171198.

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

Color convert

RGB 254 231 78 -
CMYK 0 0.09 0.69 0.00
HSL 52.16º 0.99% 0.65% -
HSV(B) 52.16º 0.69% 1% -
XYZ 70.82 78.77 18.68 -
YUV 220.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 254 231 78 0 0.09 0.69 0.00 52.16 0.99 0.65
Hex FE E7 4E 0 9 45 0 34 63 41
Octal 376 347 116 0 11 105 0 64 143 101
Binary 11111110 11100111 1001110 0 1001 1000101 0 110100 1100011 1000001

Color Harmonies of #FEE74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE74E

Black with #FEE74E

Text Example


Text Example

White with #FEE74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE74E; }

 p { color: rgb(254,231,78); }

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

background-color css

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

 a { background-color: rgb(254,231,78); }

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

border-color css

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

 span { border-color: rgb(254,231,78); }

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