Html Css Color HEX #EBEC55 Paris Daisy

📋 copy color: '#EBEC55'

red 235 ◦ green 236 ◦ blue 85

#EBEC55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #EBEC55

Tints of Paris Daisy #EBEC55

RGB

 RED value IS 235 (92.19% from 255) = 42.27%

 GREEN value IS 236 (92.58% from 255) = 42.45%

 BLUE value IS 85 (33.59% from 255) = 15.29%

R = 42.27%
G = 42.45%
B = 15.29%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EBEC55 (or 0xEBEC55) is known color: Paris Daisy. HEX triplet: EB, EC and 55. RGB value is (235,236,85). Sum of RGB (Red+Green+Blue) = 235+236+85=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEC55 is #1413AA. Grayscale: #DBDBDB. Windows color (decimal): -1315755 or 5631211. OLE color: 5631211.

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

Color convert

RGB 235 236 85 -
CMYK 0.00 0 0.64 0.07
HSL 60.4º 0.8% 0.63% -
HSV(B) 60.4º 0.64% 0.93% -
XYZ 65.9 78.31 20.24 -
YUV 218.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 235 236 85 0.00 0 0.64 0.07 60.4 0.8 0.63
Hex EB EC 55 0 0 40 7 3C 50 3F
Octal 353 354 125 0 0 100 7 74 120 77
Binary 11101011 11101100 1010101 0 0 1000000 111 111100 1010000 111111

Color Harmonies of #EBEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEC55

Black with #EBEC55

Text Example


Text Example

White with #EBEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEC55; }

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

 H1.HeaderClassName
 {
   color: #EBEC55;
 }
 .AnyTagClassName
 {
   color: #EBEC55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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