#EBEC4D

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

Shades of Paris Daisy #EBEC4D

Tints of Paris Daisy #EBEC4D

Color information

#EBEC4D (or 0xEBEC4D) is unknown color: approx Paris Daisy. HEX triplet: EB, EC and 4D. RGB value is (235,236,77). Sum of RGB (Red+Green+Blue) = 235+236+77=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 77 (30.47% from 255 or 14.05% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC4D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEC4D is #1413B2. Grayscale: #DADADA. Windows color (decimal): -1315763 or 5106923. OLE color: 5106923.

HSL color Cylindrical-coordinate representation of color #EBEC4D: hue angle of 60.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBEC4D is Cyan = 0.00, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23523677-
CMYK0.0000.670.07
HSL60.38º80.71%61.37%-
HSV(B)60.38º67.37%92.55%-
XYZ65.678.1918.66-
YUV217.5748.67140.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 77 (30.47% from 255) = 14.05%
R=42.88%
G=43.07%
B=14.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235236770.0000.670.0760.3880.7161.37
HexEBEC4D004373c513d
Octal3533541150010377412175
Binary111010111110110010011010010000111111111001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEC4D; }

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

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

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

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

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

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

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

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