Html Css Color HEX #EBED46 Paris Daisy

📋 copy color: '#EBED46'

red 235 ◦ green 237 ◦ blue 70

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

Shades of Paris Daisy #EBED46

Tints of Paris Daisy #EBED46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.92%

R = 43.36%
G = 43.73%
B = 12.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EBED46 (or 0xEBED46) is known color: Paris Daisy. HEX triplet: EB, ED and 46. RGB value is (235,237,70). Sum of RGB (Red+Green+Blue) = 235+237+70=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 237 (92.97% from 255 or 43.73% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED46 is #1412B9. Grayscale: #DADADA. Windows color (decimal): -1315514 or 4648427. OLE color: 4648427.

HSL color Cylindrical-coordinate representation of color #EBED46: hue angle of 60.72º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBED46 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 70 -
CMYK 0.01 0 0.70 0.07
HSL 60.72º 0.82% 0.6% -
HSV(B) 60.72º 0.7% 0.93% -
XYZ 65.65 78.67 17.52 -
YUV 217.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 235 237 70 0.01 0 0.70 0.07 60.72 0.82 0.6
Hex EB ED 46 1 0 46 7 3D 52 3C
Octal 353 355 106 1 0 106 7 75 122 74
Binary 11101011 11101101 1000110 1 0 1000110 111 111101 1010010 111100

Color Harmonies of #EBED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED46

Black with #EBED46

Text Example


Text Example

White with #EBED46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED46; }

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

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

background-color css

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

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

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

border-color css

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

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

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