Html Css Color HEX #EBE94C Paris Daisy

📋 copy color: '#EBE94C'

red 235 ◦ green 233 ◦ blue 76

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

Shades of Paris Daisy #EBE94C

Tints of Paris Daisy #EBE94C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.83%

 BLUE value IS 76 (30.08% from 255) = 13.97%

R = 43.2%
G = 42.83%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBE94C (or 0xEBE94C) is known color: Paris Daisy. HEX triplet: EB, E9 and 4C. RGB value is (235,233,76). Sum of RGB (Red+Green+Blue) = 235+233+76=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 76 (30.08% from 255 or 13.97% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE94C is #1416B3. Grayscale: #D8D8D8. Windows color (decimal): -1316532 or 5040619. OLE color: 5040619.

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

Color convert

RGB 235 233 76 -
CMYK 0 0.01 0.68 0.08
HSL 59.25º 0.8% 0.61% -
HSV(B) 59.25º 0.68% 0.92% -
XYZ 64.7 76.46 18.19 -
YUV 215.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 235 233 76 0 0.01 0.68 0.08 59.25 0.8 0.61
Hex EB E9 4C 0 1 44 8 3B 50 3D
Octal 353 351 114 0 1 104 10 73 120 75
Binary 11101011 11101001 1001100 0 1 1000100 1000 111011 1010000 111101

Color Harmonies of #EBE94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE94C

Black with #EBE94C

Text Example


Text Example

White with #EBE94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE94C; }

 p { color: rgb(235,233,76); }

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

background-color css

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

 a { background-color: rgb(235,233,76); }

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

border-color css

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

 span { border-color: rgb(235,233,76); }

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