Html Css Color HEX #FEEE4D Paris Daisy

📋 copy color: '#FEEE4D'

red 254 ◦ green 238 ◦ blue 77

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

Shades of Paris Daisy #FEEE4D

Tints of Paris Daisy #FEEE4D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 77 (30.47% from 255) = 13.53%

R = 44.64%
G = 41.83%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEEE4D (or 0xFEEE4D) is known color: Paris Daisy. HEX triplet: FE, EE and 4D. RGB value is (254,238,77). Sum of RGB (Red+Green+Blue) = 254+238+77=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 77 (30.47% from 255 or 13.53% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE4D is #0111B2. Grayscale: #E1E1E1. Windows color (decimal): -70067 or 5107454. OLE color: 5107454.

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

Color convert

RGB 254 238 77 -
CMYK 0 0.06 0.70 0.00
HSL 54.58º 0.99% 0.65% -
HSV(B) 54.58º 0.7% 1% -
XYZ 72.79 82.76 19.16 -
YUV 224.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 254 238 77 0 0.06 0.70 0.00 54.58 0.99 0.65
Hex FE EE 4D 0 6 46 0 37 63 41
Octal 376 356 115 0 6 106 0 67 143 101
Binary 11111110 11101110 1001101 0 110 1000110 0 110111 1100011 1000001

Color Harmonies of #FEEE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEE4D

Black with #FEEE4D

Text Example


Text Example

White with #FEEE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEE4D; }

 p { color: rgb(254,238,77); }

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

background-color css

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

 a { background-color: rgb(254,238,77); }

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

border-color css

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

 span { border-color: rgb(254,238,77); }

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