Html Css Color HEX #EBD336 Golden Fizz

📋 copy color: '#EBD336'

red 235 ◦ green 211 ◦ blue 54

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

Shades of Golden Fizz #EBD336

Tints of Golden Fizz #EBD336

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.2%

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

R = 47%
G = 42.2%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#EBD336 (or 0xEBD336) is known color: Golden Fizz. HEX triplet: EB, D3 and 36. RGB value is (235,211,54). Sum of RGB (Red+Green+Blue) = 235+211+54=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 54 (21.48% from 255 or 10.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD336 is #142CC9. Grayscale: #C8C8C8. Windows color (decimal): -1322186 or 3593195. OLE color: 3593195.

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

Color convert

RGB 235 211 54 -
CMYK 0 0.10 0.77 0.08
HSL 52.04º 0.82% 0.57% -
HSV(B) 52.04º 0.77% 0.92% -
XYZ 58.22 64.52 12.87 -
YUV 200.28 45.45 152.77 -
System Red Green Blue C M Y K H S L
Decimal 235 211 54 0 0.10 0.77 0.08 52.04 0.82 0.57
Hex EB D3 36 0 A 4D 8 34 52 39
Octal 353 323 66 0 12 115 10 64 122 71
Binary 11101011 11010011 110110 0 1010 1001101 1000 110100 1010010 111001

Color Harmonies of #EBD336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD336

Black with #EBD336

Text Example


Text Example

White with #EBD336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD336; }

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

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

background-color css

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

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

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

border-color css

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

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

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