Html Css Color HEX #EBDA23 Golden Fizz

📋 copy color: '#EBDA23'

red 235 ◦ green 218 ◦ blue 35

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

Shades of Golden Fizz #EBDA23

Tints of Golden Fizz #EBDA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.17%

R = 48.16%
G = 44.67%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBDA23 (or 0xEBDA23) is known color: Golden Fizz. HEX triplet: EB, DA and 23. RGB value is (235,218,35). Sum of RGB (Red+Green+Blue) = 235+218+35=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 35 (14.06% from 255 or 7.17% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA23 is #1425DC. Grayscale: #CACACA. Windows color (decimal): -1320413 or 2349803. OLE color: 2349803.

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

Color convert

RGB 235 218 35 -
CMYK 0 0.07 0.85 0.08
HSL 54.9º 0.83% 0.53% -
HSV(B) 54.9º 0.85% 0.92% -
XYZ 59.64 67.93 11.56 -
YUV 202.22 33.63 151.38 -
System Red Green Blue C M Y K H S L
Decimal 235 218 35 0 0.07 0.85 0.08 54.9 0.83 0.53
Hex EB DA 23 0 7 55 8 37 53 35
Octal 353 332 43 0 7 125 10 67 123 65
Binary 11101011 11011010 100011 0 111 1010101 1000 110111 1010011 110101

Color Harmonies of #EBDA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA23

Black with #EBDA23

Text Example


Text Example

White with #EBDA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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