Html Css Color HEX #EBE521 Golden Fizz

📋 copy color: '#EBE521'

red 235 ◦ green 229 ◦ blue 33

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

Shades of Golden Fizz #EBE521

Tints of Golden Fizz #EBE521

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.08%

 BLUE value IS 33 (13.28% from 255) = 6.64%

R = 47.28%
G = 46.08%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBE521 (or 0xEBE521) is known color: Golden Fizz. HEX triplet: EB, E5 and 21. RGB value is (235,229,33). Sum of RGB (Red+Green+Blue) = 235+229+33=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE521 is #141ADE. Grayscale: #D1D1D1. Windows color (decimal): -1317599 or 2221547. OLE color: 2221547.

HSL color Cylindrical-coordinate representation of color #EBE521: hue angle of 58.22º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBE521 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 229 33 -
CMYK 0 0.03 0.86 0.08
HSL 58.22º 0.83% 0.53% -
HSV(B) 58.22º 0.86% 0.92% -
XYZ 62.55 73.81 12.39 -
YUV 208.45 28.99 146.94 -
System Red Green Blue C M Y K H S L
Decimal 235 229 33 0 0.03 0.86 0.08 58.22 0.83 0.53
Hex EB E5 21 0 3 56 8 3A 53 35
Octal 353 345 41 0 3 126 10 72 123 65
Binary 11101011 11100101 100001 0 11 1010110 1000 111010 1010011 110101

Color Harmonies of #EBE521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE521

Black with #EBE521

Text Example


Text Example

White with #EBE521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE521; }

 p { color: rgb(235,229,33); }

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

background-color css

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

 a { background-color: rgb(235,229,33); }

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

border-color css

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

 span { border-color: rgb(235,229,33); }

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