Html Css Color HEX #FFE74A Paris Daisy

📋 copy color: '#FFE74A'

red 255 ◦ green 231 ◦ blue 74

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

Shades of Paris Daisy #FFE74A

Tints of Paris Daisy #FFE74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 13.21%

R = 45.54%
G = 41.25%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFE74A (or 0xFFE74A) is known color: Paris Daisy. HEX triplet: FF, E7 and 4A. RGB value is (255,231,74). Sum of RGB (Red+Green+Blue) = 255+231+74=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 74 (29.30% from 255 or 13.21% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE74A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE74A is #0018B5. Grayscale: #DCDCDC. Windows color (decimal): -6326 or 4909055. OLE color: 4909055.

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

Color convert

RGB 255 231 74 -
CMYK 0 0.09 0.71 0
HSL 52.04º 1% 0.65% -
HSV(B) 52.04º 0.71% 1% -
XYZ 71.05 78.91 17.96 -
YUV 220.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 255 231 74 0 0.09 0.71 0 52.04 1 0.65
Hex FF E7 4A 0 9 47 0 34 64 41
Octal 377 347 112 0 11 107 0 64 144 101
Binary 11111111 11100111 1001010 0 1001 1000111 0 110100 1100100 1000001

Color Harmonies of #FFE74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE74A

Black with #FFE74A

Text Example


Text Example

White with #FFE74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE74A; }

 p { color: rgb(255,231,74); }

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

background-color css

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

 a { background-color: rgb(255,231,74); }

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

border-color css

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

 span { border-color: rgb(255,231,74); }

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