Html Css Color HEX #EBDC37 Golden Fizz

📋 copy color: '#EBDC37'

red 235 ◦ green 220 ◦ blue 55

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

Shades of Golden Fizz #EBDC37

Tints of Golden Fizz #EBDC37

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 55 (21.88% from 255) = 10.78%

R = 46.08%
G = 43.14%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBDC37 (or 0xEBDC37) is known color: Golden Fizz. HEX triplet: EB, DC and 37. RGB value is (235,220,55). Sum of RGB (Red+Green+Blue) = 235+220+55=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 55 (21.88% from 255 or 10.78% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC37 is #1423C8. Grayscale: #CECECE. Windows color (decimal): -1319881 or 3661035. OLE color: 3661035.

HSL color Cylindrical-coordinate representation of color #EBDC37: hue angle of 55º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EBDC37 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 55 -
CMYK 0 0.06 0.77 0.08
HSL 55º 0.82% 0.57% -
HSV(B) 55º 0.77% 0.92% -
XYZ 60.54 69.12 13.77 -
YUV 205.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 235 220 55 0 0.06 0.77 0.08 55 0.82 0.57
Hex EB DC 37 0 6 4D 8 37 52 39
Octal 353 334 67 0 6 115 10 67 122 71
Binary 11101011 11011100 110111 0 110 1001101 1000 110111 1010010 111001

Color Harmonies of #EBDC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC37

Black with #EBDC37

Text Example


Text Example

White with #EBDC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC37; }

 p { color: rgb(235,220,55); }

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

background-color css

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

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

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

border-color css

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

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

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