#EBE31E

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

Shades of Golden Fizz #EBE31E

Tints of Golden Fizz #EBE31E

Color information

#EBE31E (or 0xEBE31E) is unknown color: approx Golden Fizz. HEX triplet: EB, E3 and 1E. RGB value is (235,227,30). Sum of RGB (Red+Green+Blue) = 235+227+30=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE31E is #141CE1. Grayscale: #CFCFCF. Windows color (decimal): -1318114 or 2024427. OLE color: 2024427.

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

Color convert

RGB23522730-
CMYK00.030.870.08
HSL57.66º83.67%51.96%-
HSV(B)57.66º87.23%92.16%-
XYZ61.9672.6911.99-
YUV206.9328.15148.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.76%
GREEN value IS 227 (89.06% from 255) = 46.14%
BLUE value IS 30 (12.11% from 255) = 6.10%
R=47.76%
G=46.14%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352273000.030.870.0857.6683.6751.96
HexEBE31E035783a5434
Octal3533433603127107212464
Binary111010111110001111110011101011110001110101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE31E; }

 p { color: rgb(235,227,30); }

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

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

 a { background-color: rgb(235,227,30); }

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

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

 span { border-color: rgb(235,227,30); }

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