Html Css Color HEX #FFEB50 Paris Daisy

📋 copy color: '#FFEB50'

red 255 ◦ green 235 ◦ blue 80

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

Shades of Paris Daisy #FFEB50

Tints of Paris Daisy #FFEB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 14.04%

R = 44.74%
G = 41.23%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFEB50 (or 0xFFEB50) is known color: Paris Daisy. HEX triplet: FF, EB and 50. RGB value is (255,235,80). Sum of RGB (Red+Green+Blue) = 255+235+80=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB50 is #0014AF. Grayscale: #DFDFDF. Windows color (decimal): -5296 or 5303295. OLE color: 5303295.

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

Color convert

RGB 255 235 80 -
CMYK 0 0.08 0.69 0
HSL 53.14º 1% 0.66% -
HSV(B) 53.14º 0.69% 1% -
XYZ 72.4 81.26 19.46 -
YUV 223.31 47.13 150.6 -
System Red Green Blue C M Y K H S L
Decimal 255 235 80 0 0.08 0.69 0 53.14 1 0.66
Hex FF EB 50 0 8 45 0 35 64 42
Octal 377 353 120 0 10 105 0 65 144 102
Binary 11111111 11101011 1010000 0 1000 1000101 0 110101 1100100 1000010

Color Harmonies of #FFEB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB50

Black with #FFEB50

Text Example


Text Example

White with #FFEB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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