Html Css Color HEX #EBEA49 Paris Daisy

📋 copy color: '#EBEA49'

red 235 ◦ green 234 ◦ blue 73

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

Shades of Paris Daisy #EBEA49

Tints of Paris Daisy #EBEA49

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.17%

 BLUE value IS 73 (28.91% from 255) = 13.47%

R = 43.36%
G = 43.17%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBEA49 (or 0xEBEA49) is known color: Paris Daisy. HEX triplet: EB, EA and 49. RGB value is (235,234,73). Sum of RGB (Red+Green+Blue) = 235+234+73=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 234 (91.80% from 255 or 43.17% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA49 is #1415B6. Grayscale: #D8D8D8. Windows color (decimal): -1316279 or 4844267. OLE color: 4844267.

HSL color Cylindrical-coordinate representation of color #EBEA49: hue angle of 59.63º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBEA49 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 234 73 -
CMYK 0 0.00 0.69 0.08
HSL 59.63º 0.8% 0.6% -
HSV(B) 59.63º 0.69% 0.92% -
XYZ 64.89 76.99 17.74 -
YUV 215.95 47.33 141.59 -
System Red Green Blue C M Y K H S L
Decimal 235 234 73 0 0.00 0.69 0.08 59.63 0.8 0.6
Hex EB EA 49 0 0 45 8 3C 50 3C
Octal 353 352 111 0 0 105 10 74 120 74
Binary 11101011 11101010 1001001 0 0 1000101 1000 111100 1010000 111100

Color Harmonies of #EBEA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA49

Black with #EBEA49

Text Example


Text Example

White with #EBEA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA49; }

 p { color: rgb(235,234,73); }

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

background-color css

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

 a { background-color: rgb(235,234,73); }

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

border-color css

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

 span { border-color: rgb(235,234,73); }

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