Html Css Color HEX #EBDA32 Golden Fizz

📋 copy color: '#EBDA32'

red 235 ◦ green 218 ◦ blue 50

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

Shades of Golden Fizz #EBDA32

Tints of Golden Fizz #EBDA32

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.34%

 BLUE value IS 50 (19.92% from 255) = 9.94%

R = 46.72%
G = 43.34%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBDA32 (or 0xEBDA32) is known color: Golden Fizz. HEX triplet: EB, DA and 32. RGB value is (235,218,50). Sum of RGB (Red+Green+Blue) = 235+218+50=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 50 (19.92% from 255 or 9.94% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA32 is #1425CD. Grayscale: #CCCCCC. Windows color (decimal): -1320398 or 3332843. OLE color: 3332843.

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

Color convert

RGB 235 218 50 -
CMYK 0 0.07 0.79 0.08
HSL 54.49º 0.82% 0.56% -
HSV(B) 54.49º 0.79% 0.92% -
XYZ 59.91 68.04 12.99 -
YUV 203.93 41.13 150.16 -
System Red Green Blue C M Y K H S L
Decimal 235 218 50 0 0.07 0.79 0.08 54.49 0.82 0.56
Hex EB DA 32 0 7 4F 8 36 52 38
Octal 353 332 62 0 7 117 10 66 122 70
Binary 11101011 11011010 110010 0 111 1001111 1000 110110 1010010 111000

Color Harmonies of #EBDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA32

Black with #EBDA32

Text Example


Text Example

White with #EBDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA32; }

 p { color: rgb(235,218,50); }

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

background-color css

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

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

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

border-color css

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

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

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