Html Css Color HEX #FFEB46 Paris Daisy

📋 copy color: '#FFEB46'

red 255 ◦ green 235 ◦ blue 70

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

Shades of Paris Daisy #FFEB46

Tints of Paris Daisy #FFEB46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.5%

R = 45.54%
G = 41.96%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FFEB46 (or 0xFFEB46) is known color: Paris Daisy. HEX triplet: FF, EB and 46. RGB value is (255,235,70). Sum of RGB (Red+Green+Blue) = 255+235+70=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 70 (27.73% from 255 or 12.5% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEB46 is #0014B9. Grayscale: #DEDEDE. Windows color (decimal): -5306 or 4647935. OLE color: 4647935.

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

Color convert

RGB 255 235 70 -
CMYK 0 0.08 0.73 0
HSL 53.51º 1% 0.64% -
HSV(B) 53.51º 0.73% 1% -
XYZ 72.05 81.12 17.65 -
YUV 222.17 42.13 151.42 -
System Red Green Blue C M Y K H S L
Decimal 255 235 70 0 0.08 0.73 0 53.51 1 0.64
Hex FF EB 46 0 8 49 0 36 64 40
Octal 377 353 106 0 10 111 0 66 144 100
Binary 11111111 11101011 1000110 0 1000 1001001 0 110110 1100100 1000000

Color Harmonies of #FFEB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEB46

Black with #FFEB46

Text Example


Text Example

White with #FFEB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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