Html Css Color HEX #EBDA31 Golden Fizz

📋 copy color: '#EBDA31'

red 235 ◦ green 218 ◦ blue 49

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

Shades of Golden Fizz #EBDA31

Tints of Golden Fizz #EBDA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.76%

R = 46.81%
G = 43.43%
B = 9.76%

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

#EBDA31 (or 0xEBDA31) is known color: Golden Fizz. HEX triplet: EB, DA and 31. RGB value is (235,218,49). Sum of RGB (Red+Green+Blue) = 235+218+49=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 49 (19.53% from 255 or 9.76% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA31 is #1425CE. Grayscale: #CCCCCC. Windows color (decimal): -1320399 or 3267307. OLE color: 3267307.

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

Color convert

RGB 235 218 49 -
CMYK 0 0.07 0.79 0.08
HSL 54.52º 0.82% 0.56% -
HSV(B) 54.52º 0.79% 0.92% -
XYZ 59.89 68.03 12.88 -
YUV 203.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 235 218 49 0 0.07 0.79 0.08 54.52 0.82 0.56
Hex EB DA 31 0 7 4F 8 37 52 38
Octal 353 332 61 0 7 117 10 67 122 70
Binary 11101011 11011010 110001 0 111 1001111 1000 110111 1010010 111000

Color Harmonies of #EBDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA31

Black with #EBDA31

Text Example


Text Example

White with #EBDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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