Html Css Color HEX #FFEB4A Paris Daisy

📋 copy color: '#FFEB4A'

red 255 ◦ green 235 ◦ blue 74

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

Shades of Paris Daisy #FFEB4A

Tints of Paris Daisy #FFEB4A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.67%

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

R = 45.21%
G = 41.67%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFEB4A (or 0xFFEB4A) is known color: Paris Daisy. HEX triplet: FF, EB and 4A. RGB value is (255,235,74). Sum of RGB (Red+Green+Blue) = 255+235+74=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 74 (29.30% from 255 or 13.12% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB4A is #0014B5. Grayscale: #DFDFDF. Windows color (decimal): -5302 or 4910079. OLE color: 4910079.

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

Color convert

RGB 255 235 74 -
CMYK 0 0.08 0.71 0
HSL 53.37º 1% 0.65% -
HSV(B) 53.37º 0.71% 1% -
XYZ 72.18 81.17 18.34 -
YUV 222.63 44.13 151.09 -
System Red Green Blue C M Y K H S L
Decimal 255 235 74 0 0.08 0.71 0 53.37 1 0.65
Hex FF EB 4A 0 8 47 0 35 64 41
Octal 377 353 112 0 10 107 0 65 144 101
Binary 11111111 11101011 1001010 0 1000 1000111 0 110101 1100100 1000001

Color Harmonies of #FFEB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB4A

Black with #FFEB4A

Text Example


Text Example

White with #FFEB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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