#EBE21C

Color #EBE21C Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EBE21C

Tints of Golden Fizz #EBE21C

Color information

#EBE21C (or 0xEBE21C) is unknown color: approx Golden Fizz. HEX triplet: EB, E2 and 1C. RGB value is (235,226,28). Sum of RGB (Red+Green+Blue) = 235+226+28=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 28 (11.33% from 255 or 5.73% from 489); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE21C is #141DE3. Grayscale: #CECECE. Windows color (decimal): -1318372 or 1893099. OLE color: 1893099.

HSL color Cylindrical-coordinate representation of color #EBE21C: hue angle of 57.39º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBE21C is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB23522628-
CMYK00.040.880.08
HSL57.39º83.81%51.57%-
HSV(B)57.39º88.09%92.16%-
XYZ61.6772.1411.77-
YUV206.1227.48148.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.06%
GREEN value IS 226 (88.67% from 255) = 46.22%
BLUE value IS 28 (11.33% from 255) = 5.73%
R=48.06%
G=46.22%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352262800.040.880.0857.3983.8151.57
HexEBE21C04588395434
Octal3533423404130107112464
Binary1110101111100010111000100101100010001110011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE21C; }

 p { color: rgb(235,226,28); }

 H1.HeaderClassName
 {
   color: #EBE21C;
 }
 .AnyTagClassName
 {
   color: #EBE21C;
 }
</style>
background-color css

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

 a { background-color: rgb(235,226,28); }

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

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

 span { border-color: rgb(235,226,28); }

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