Html Css Color HEX #EBED20 Golden Fizz

📋 copy color: '#EBED20'

red 235 ◦ green 237 ◦ blue 32

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

Shades of Golden Fizz #EBED20

Tints of Golden Fizz #EBED20

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

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

R = 46.63%
G = 47.02%
B = 6.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EBED20 (or 0xEBED20) is known color: Golden Fizz. HEX triplet: EB, ED and 20. RGB value is (235,237,32). Sum of RGB (Red+Green+Blue) = 235+237+32=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 32 (12.89% from 255 or 6.35% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED20 is #1412DF. Grayscale: #D5D5D5. Windows color (decimal): -1315552 or 2158059. OLE color: 2158059.

HSL color Cylindrical-coordinate representation of color #EBED20: hue angle of 60.59º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBED20 is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 32 -
CMYK 0.01 0 0.86 0.07
HSL 60.59º 0.85% 0.53% -
HSV(B) 60.59º 0.86% 0.93% -
XYZ 64.81 78.33 13.07 -
YUV 213.03 25.84 143.67 -
System Red Green Blue C M Y K H S L
Decimal 235 237 32 0.01 0 0.86 0.07 60.59 0.85 0.53
Hex EB ED 20 1 0 56 7 3D 55 35
Octal 353 355 40 1 0 126 7 75 125 65
Binary 11101011 11101101 100000 1 0 1010110 111 111101 1010101 110101

Color Harmonies of #EBED20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED20

Black with #EBED20

Text Example


Text Example

White with #EBED20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED20; }

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

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

background-color css

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

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

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

border-color css

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

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

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