#FFEB4E

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

Shades of Paris Daisy #FFEB4E

Tints of Paris Daisy #FFEB4E

Color information

#FFEB4E (or 0xFFEB4E) is unknown color: approx Paris Daisy. HEX triplet: FF, EB and 4E. RGB value is (255,235,78). Sum of RGB (Red+Green+Blue) = 255+235+78=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 78 (30.86% from 255 or 13.73% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB4E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB4E is #0014B1. Grayscale: #DFDFDF. Windows color (decimal): -5298 or 5172223. OLE color: 5172223.

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

Color convert

RGB25523578-
CMYK00.080.690
HSL53.22º100%65.29%-
HSV(B)53.22º69.41%100%-
XYZ72.3281.2319.07-
YUV223.0846.13150.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.89%
GREEN value IS 235 (92.19% from 255) = 41.37%
BLUE value IS 78 (30.86% from 255) = 13.73%
R=44.89%
G=41.37%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552357800.080.69053.2210065.29
HexFFEB4E08450356441
Octal377353116010105065144101
Binary11111111111010111001110010001000101011010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEB4E; }

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

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

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

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

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

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

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

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