#EBF44B

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

Shades of Paris Daisy #EBF44B

Tints of Paris Daisy #EBF44B

Color information

#EBF44B (or 0xEBF44B) is unknown color: approx Paris Daisy. HEX triplet: EB, F4 and 4B. RGB value is (235,244,75). Sum of RGB (Red+Green+Blue) = 235+244+75=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 75 (29.69% from 255 or 13.54% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #EBF44B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF44B is #140BB4. Grayscale: #DEDEDE. Windows color (decimal): -1313717 or 4977899. OLE color: 4977899.

HSL color Cylindrical-coordinate representation of color #EBF44B: hue angle of 63.2º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBF44B is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB23524475-
CMYK0.0400.690.04
HSL63.2º88.48%62.55%-
HSV(B)63.2º69.26%95.69%-
XYZ67.8882.8719.07-
YUV222.0445.02137.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 244 (95.70% from 255) = 44.04%
BLUE value IS 75 (29.69% from 255) = 13.54%
R=42.42%
G=44.04%
B=13.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal235244750.0400.690.0463.288.4862.55
HexEBF44B404543f583f
Octal3533641134010547713077
Binary11101011111101001001011100010001011001111111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF44B; }

 p { color: rgb(235,244,75); }

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

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

 a { background-color: rgb(235,244,75); }

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

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

 span { border-color: rgb(235,244,75); }

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