#EBFF40

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

Shades of Paris Daisy #EBFF40

Tints of Paris Daisy #EBFF40

Color information

#EBFF40 (or 0xEBFF40) is unknown color: approx Paris Daisy. HEX triplet: EB, FF and 40. RGB value is (235,255,64). Sum of RGB (Red+Green+Blue) = 235+255+64=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFF40 is #1400BF. Grayscale: #E3E3E3. Windows color (decimal): -1310912 or 4259819. OLE color: 4259819.

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

Color convert

RGB23525564-
CMYK0.0800.750
HSL66.28º100%62.55%-
HSV(B)66.28º74.9%100%-
XYZ70.9589.5518.4-
YUV227.2535.87133.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 64 (25.39% from 255) = 11.55%
R=42.42%
G=46.03%
B=11.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal235255640.0800.75066.2810062.55
HexEBFF40804B042643f
Octal353377100100113010214477
Binary11101011111111111000000100001001011010000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFF40; }

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

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

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

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

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

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

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

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