#EBFE4D

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

Shades of Paris Daisy #EBFE4D

Tints of Paris Daisy #EBFE4D

Color information

#EBFE4D (or 0xEBFE4D) is unknown color: approx Paris Daisy. HEX triplet: EB, FE and 4D. RGB value is (235,254,77). Sum of RGB (Red+Green+Blue) = 235+254+77=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 77 (30.47% from 255 or 13.60% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFE4D is #1401B2. Grayscale: #E4E4E4. Windows color (decimal): -1311155 or 5111531. OLE color: 5111531.

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

Color convert

RGB23525477-
CMYK0.0700.700.00
HSL66.44º98.88%64.9%-
HSV(B)66.44º69.69%99.61%-
XYZ71.0489.0820.47-
YUV228.1442.71132.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 254 (99.61% from 255) = 44.88%
BLUE value IS 77 (30.47% from 255) = 13.60%
R=41.52%
G=44.88%
B=13.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal235254770.0700.700.0066.4498.8864.9
HexEBFE4D70460426341
Octal353376115701060102143101
Binary11101011111111101001101111010001100100001011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFE4D; }

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

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

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

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

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

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

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

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