Html Css Color HEX #EBE120 Golden Fizz

📋 copy color: '#EBE120'

red 235 ◦ green 225 ◦ blue 32

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

Shades of Golden Fizz #EBE120

Tints of Golden Fizz #EBE120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.73%

 BLUE value IS 32 (12.89% from 255) = 6.5%

R = 47.76%
G = 45.73%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBE120 (or 0xEBE120) is known color: Golden Fizz. HEX triplet: EB, E1 and 20. RGB value is (235,225,32). Sum of RGB (Red+Green+Blue) = 235+225+32=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE120 is #141EDF. Grayscale: #CECECE. Windows color (decimal): -1318624 or 2154987. OLE color: 2154987.

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

Color convert

RGB 235 225 32 -
CMYK 0 0.04 0.86 0.08
HSL 57.04º 0.84% 0.52% -
HSV(B) 57.04º 0.86% 0.92% -
XYZ 61.45 71.62 11.95 -
YUV 205.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 235 225 32 0 0.04 0.86 0.08 57.04 0.84 0.52
Hex EB E1 20 0 4 56 8 39 54 34
Octal 353 341 40 0 4 126 10 71 124 64
Binary 11101011 11100001 100000 0 100 1010110 1000 111001 1010100 110100

Color Harmonies of #EBE120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE120

Black with #EBE120

Text Example


Text Example

White with #EBE120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE120; }

 p { color: rgb(235,225,32); }

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

background-color css

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

 a { background-color: rgb(235,225,32); }

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

border-color css

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

 span { border-color: rgb(235,225,32); }

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