#EBF740

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

Shades of Paris Daisy #EBF740

Tints of Paris Daisy #EBF740

Color information

#EBF740 (or 0xEBF740) is unknown color: approx Paris Daisy. HEX triplet: EB, F7 and 40. RGB value is (235,247,64). Sum of RGB (Red+Green+Blue) = 235+247+64=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 64 (25.39% from 255 or 11.72% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF740 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF740 is #1408BF. Grayscale: #DFDFDF. Windows color (decimal): -1312960 or 4257771. OLE color: 4257771.

HSL color Cylindrical-coordinate representation of color #EBF740: hue angle of 63.93º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBF740 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB23524764-
CMYK0.0500.740.03
HSL63.93º91.96%60.98%-
HSV(B)63.93º74.09%96.86%-
XYZ68.4584.5517.56-
YUV222.5538.52136.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 247 (96.88% from 255) = 45.24%
BLUE value IS 64 (25.39% from 255) = 11.72%
R=43.04%
G=45.24%
B=11.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal235247640.0500.740.0363.9391.9660.98
HexEBF740504A3405c3d
Octal35336710050112310013475
Binary11101011111101111000000101010010101110000001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF740; }

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

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

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

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

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

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

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

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