Html Css Color HEX #EBDC24 Golden Fizz

📋 copy color: '#EBDC24'

red 235 ◦ green 220 ◦ blue 36

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

Shades of Golden Fizz #EBDC24

Tints of Golden Fizz #EBDC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.33%

R = 47.86%
G = 44.81%
B = 7.33%

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

#EBDC24 (or 0xEBDC24) is known color: Golden Fizz. HEX triplet: EB, DC and 24. RGB value is (235,220,36). Sum of RGB (Red+Green+Blue) = 235+220+36=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC24 is #1423DB. Grayscale: #CCCCCC. Windows color (decimal): -1319900 or 2415851. OLE color: 2415851.

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

Color convert

RGB 235 220 36 -
CMYK 0 0.06 0.85 0.08
HSL 55.48º 0.83% 0.53% -
HSV(B) 55.48º 0.85% 0.92% -
XYZ 60.17 68.98 11.81 -
YUV 203.51 33.47 150.46 -
System Red Green Blue C M Y K H S L
Decimal 235 220 36 0 0.06 0.85 0.08 55.48 0.83 0.53
Hex EB DC 24 0 6 55 8 37 53 35
Octal 353 334 44 0 6 125 10 67 123 65
Binary 11101011 11011100 100100 0 110 1010101 1000 110111 1010011 110101

Color Harmonies of #EBDC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC24

Black with #EBDC24

Text Example


Text Example

White with #EBDC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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