#EBF135

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

Shades of Golden Fizz #EBF135

Tints of Golden Fizz #EBF135

Color information

#EBF135 (or 0xEBF135) is unknown color: approx Golden Fizz. HEX triplet: EB, F1 and 35. RGB value is (235,241,53). Sum of RGB (Red+Green+Blue) = 235+241+53=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF135 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF135 is #140ECA. Grayscale: #DADADA. Windows color (decimal): -1314507 or 3535339. OLE color: 3535339.

HSL color Cylindrical-coordinate representation of color #EBF135: hue angle of 61.91º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBF135 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB23524153-
CMYK0.0200.780.05
HSL61.91º87.04%57.65%-
HSV(B)61.91º78.01%94.51%-
XYZ66.3680.8315.47-
YUV217.7735.01140.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 53 (21.09% from 255) = 10.02%
R=44.42%
G=45.56%
B=10.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235241530.0200.780.0561.9187.0457.65
HexEBF135204E53e573a
Octal353361652011657612772
Binary111010111111000111010110010011101011111101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF135; }

 p { color: rgb(235,241,53); }

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

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

 a { background-color: rgb(235,241,53); }

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

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

 span { border-color: rgb(235,241,53); }

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