Html Css Color HEX #EBDC36 Golden Fizz

📋 copy color: '#EBDC36'

red 235 ◦ green 220 ◦ blue 54

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

Shades of Golden Fizz #EBDC36

Tints of Golden Fizz #EBDC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.61%

R = 46.17%
G = 43.22%
B = 10.61%

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

#EBDC36 (or 0xEBDC36) is known color: Golden Fizz. HEX triplet: EB, DC and 36. RGB value is (235,220,54). Sum of RGB (Red+Green+Blue) = 235+220+54=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 54 (21.48% from 255 or 10.61% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC36 is #1423C9. Grayscale: #CECECE. Windows color (decimal): -1319882 or 3595499. OLE color: 3595499.

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

Color convert

RGB 235 220 54 -
CMYK 0 0.06 0.77 0.08
HSL 55.03º 0.82% 0.57% -
HSV(B) 55.03º 0.77% 0.92% -
XYZ 60.52 69.11 13.64 -
YUV 205.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 235 220 54 0 0.06 0.77 0.08 55.03 0.82 0.57
Hex EB DC 36 0 6 4D 8 37 52 39
Octal 353 334 66 0 6 115 10 67 122 71
Binary 11101011 11011100 110110 0 110 1001101 1000 110111 1010010 111001

Color Harmonies of #EBDC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC36

Black with #EBDC36

Text Example


Text Example

White with #EBDC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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