Html Css Color HEX #EBED51 Paris Daisy

📋 copy color: '#EBED51'

red 235 ◦ green 237 ◦ blue 81

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

Shades of Paris Daisy #EBED51

Tints of Paris Daisy #EBED51

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.86%

 BLUE value IS 81 (32.03% from 255) = 14.65%

R = 42.5%
G = 42.86%
B = 14.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EBED51 (or 0xEBED51) is known color: Paris Daisy. HEX triplet: EB, ED and 51. RGB value is (235,237,81). Sum of RGB (Red+Green+Blue) = 235+237+81=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 81 (32.03% from 255 or 14.65% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED51 is #1412AE. Grayscale: #DBDBDB. Windows color (decimal): -1315503 or 5369323. OLE color: 5369323.

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

Color convert

RGB 235 237 81 -
CMYK 0.01 0 0.66 0.07
HSL 60.77º 0.81% 0.62% -
HSV(B) 60.77º 0.66% 0.93% -
XYZ 66.03 78.82 19.52 -
YUV 218.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 235 237 81 0.01 0 0.66 0.07 60.77 0.81 0.62
Hex EB ED 51 1 0 42 7 3D 51 3E
Octal 353 355 121 1 0 102 7 75 121 76
Binary 11101011 11101101 1010001 1 0 1000010 111 111101 1010001 111110

Color Harmonies of #EBED51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED51

Black with #EBED51

Text Example


Text Example

White with #EBED51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED51; }

 p { color: rgb(235,237,81); }

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

background-color css

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

 a { background-color: rgb(235,237,81); }

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

border-color css

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

 span { border-color: rgb(235,237,81); }

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