Html Css Color HEX #FEE74D Paris Daisy

📋 copy color: '#FEE74D'

red 254 ◦ green 231 ◦ blue 77

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

Shades of Paris Daisy #FEE74D

Tints of Paris Daisy #FEE74D

RGB

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

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

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

R = 45.2%
G = 41.1%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FEE74D (or 0xFEE74D) is known color: Paris Daisy. HEX triplet: FE, E7 and 4D. RGB value is (254,231,77). Sum of RGB (Red+Green+Blue) = 254+231+77=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 77 (30.47% from 255 or 13.70% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE74D is #0118B2. Grayscale: #DCDCDC. Windows color (decimal): -71859 or 5105662. OLE color: 5105662.

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

Color convert

RGB 254 231 77 -
CMYK 0 0.09 0.70 0.00
HSL 52.2º 0.99% 0.65% -
HSV(B) 52.2º 0.7% 1% -
XYZ 70.79 78.76 18.49 -
YUV 220.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 254 231 77 0 0.09 0.70 0.00 52.2 0.99 0.65
Hex FE E7 4D 0 9 46 0 34 63 41
Octal 376 347 115 0 11 106 0 64 143 101
Binary 11111110 11100111 1001101 0 1001 1000110 0 110100 1100011 1000001

Color Harmonies of #FEE74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE74D

Black with #FEE74D

Text Example


Text Example

White with #FEE74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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