Html Css Color HEX #EBDC23 Golden Fizz

📋 copy color: '#EBDC23'

red 235 ◦ green 220 ◦ blue 35

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

Shades of Golden Fizz #EBDC23

Tints of Golden Fizz #EBDC23

RGB

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

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

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

R = 47.96%
G = 44.9%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBDC23 (or 0xEBDC23) is known color: Golden Fizz. HEX triplet: EB, DC and 23. RGB value is (235,220,35). Sum of RGB (Red+Green+Blue) = 235+220+35=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 35 (14.06% from 255 or 7.14% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC23 is #1423DC. Grayscale: #CCCCCC. Windows color (decimal): -1319901 or 2350315. OLE color: 2350315.

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

Color convert

RGB 235 220 35 -
CMYK 0 0.06 0.85 0.08
HSL 55.5º 0.83% 0.53% -
HSV(B) 55.5º 0.85% 0.92% -
XYZ 60.16 68.97 11.73 -
YUV 203.4 32.97 150.54 -
System Red Green Blue C M Y K H S L
Decimal 235 220 35 0 0.06 0.85 0.08 55.5 0.83 0.53
Hex EB DC 23 0 6 55 8 38 53 35
Octal 353 334 43 0 6 125 10 70 123 65
Binary 11101011 11011100 100011 0 110 1010101 1000 111000 1010011 110101

Color Harmonies of #EBDC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC23

Black with #EBDC23

Text Example


Text Example

White with #EBDC23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC23; }

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

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

background-color css

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

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

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

border-color css

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

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

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