Html Css Color HEX #EBE620 Golden Fizz

📋 copy color: '#EBE620'

red 235 ◦ green 230 ◦ blue 32

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

Shades of Golden Fizz #EBE620

Tints of Golden Fizz #EBE620

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.28%

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

R = 47.28%
G = 46.28%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBE620 (or 0xEBE620) is known color: Golden Fizz. HEX triplet: EB, E6 and 20. RGB value is (235,230,32). Sum of RGB (Red+Green+Blue) = 235+230+32=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 32 (12.89% from 255 or 6.44% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE620 is #1419DF. Grayscale: #D1D1D1. Windows color (decimal): -1317344 or 2156267. OLE color: 2156267.

HSL color Cylindrical-coordinate representation of color #EBE620: hue angle of 58.52º 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 #EBE620 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 230 32 -
CMYK 0 0.02 0.86 0.08
HSL 58.52º 0.84% 0.52% -
HSV(B) 58.52º 0.86% 0.92% -
XYZ 62.82 74.36 12.41 -
YUV 208.92 28.16 146.6 -
System Red Green Blue C M Y K H S L
Decimal 235 230 32 0 0.02 0.86 0.08 58.52 0.84 0.52
Hex EB E6 20 0 2 56 8 3B 54 34
Octal 353 346 40 0 2 126 10 73 124 64
Binary 11101011 11100110 100000 0 10 1010110 1000 111011 1010100 110100

Color Harmonies of #EBE620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE620

Black with #EBE620

Text Example


Text Example

White with #EBE620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE620; }

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

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

background-color css

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

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

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

border-color css

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

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

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