#FFEB4D

Color #FFEB4D Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #FFEB4D

Tints of Paris Daisy #FFEB4D

Color information

#FFEB4D (or 0xFFEB4D) is unknown color: approx Paris Daisy. HEX triplet: FF, EB and 4D. RGB value is (255,235,77). Sum of RGB (Red+Green+Blue) = 255+235+77=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 77 (30.47% from 255 or 13.58% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB4D is #0014B2. Grayscale: #DFDFDF. Windows color (decimal): -5299 or 5106687. OLE color: 5106687.

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

Color convert

RGB25523577-
CMYK00.080.700
HSL53.26º100%65.1%-
HSV(B)53.26º69.8%100%-
XYZ72.2981.2118.89-
YUV222.9745.63150.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 77 (30.47% from 255) = 13.58%
R=44.97%
G=41.45%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552357700.080.70053.2610065.1
HexFFEB4D08460356441
Octal377353115010106065144101
Binary11111111111010111001101010001000110011010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB4D; }

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

 H1.HeaderClassName
 {
   color: #FFEB4D;
 }
 .AnyTagClassName
 {
   color: #FFEB4D;
 }
</style>
background-color css

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

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

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

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

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

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