Html Css Color HEX #EBEB20 Golden Fizz

📋 copy color: '#EBEB20'

red 235 ◦ green 235 ◦ blue 32

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

Shades of Golden Fizz #EBEB20

Tints of Golden Fizz #EBEB20

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.81%

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

R = 46.81%
G = 46.81%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBEB20 (or 0xEBEB20) is known color: Golden Fizz. HEX triplet: EB, EB and 20. RGB value is (235,235,32). Sum of RGB (Red+Green+Blue) = 235+235+32=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 32 (12.89% from 255 or 6.37% from 502); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEB20 is #1414DF. Grayscale: #D4D4D4. Windows color (decimal): -1316064 or 2157547. OLE color: 2157547.

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

Color convert

RGB 235 235 32 -
CMYK 0 0 0.86 0.08
HSL 60º 0.84% 0.52% -
HSV(B) 60º 0.86% 0.92% -
XYZ 64.23 77.18 12.88 -
YUV 211.86 26.5 144.51 -
System Red Green Blue C M Y K H S L
Decimal 235 235 32 0 0 0.86 0.08 60 0.84 0.52
Hex EB EB 20 0 0 56 8 3C 54 34
Octal 353 353 40 0 0 126 10 74 124 64
Binary 11101011 11101011 100000 0 0 1010110 1000 111100 1010100 110100

Color Harmonies of #EBEB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEB20

Black with #EBEB20

Text Example


Text Example

White with #EBEB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEB20; }

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

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

background-color css

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

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

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

border-color css

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

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

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