Html Css Color HEX #EBDC26 Golden Fizz

📋 copy color: '#EBDC26'

red 235 ◦ green 220 ◦ blue 38

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

Shades of Golden Fizz #EBDC26

Tints of Golden Fizz #EBDC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.71%

R = 47.67%
G = 44.62%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBDC26 (or 0xEBDC26) is known color: Golden Fizz. HEX triplet: EB, DC and 26. RGB value is (235,220,38). Sum of RGB (Red+Green+Blue) = 235+220+38=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 38 (15.23% from 255 or 7.71% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC26 is #1423D9. Grayscale: #CCCCCC. Windows color (decimal): -1319898 or 2546923. OLE color: 2546923.

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

Color convert

RGB 235 220 38 -
CMYK 0 0.06 0.84 0.08
HSL 55.43º 0.83% 0.54% -
HSV(B) 55.43º 0.84% 0.92% -
XYZ 60.2 68.99 11.98 -
YUV 203.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 235 220 38 0 0.06 0.84 0.08 55.43 0.83 0.54
Hex EB DC 26 0 6 54 8 37 53 36
Octal 353 334 46 0 6 124 10 67 123 66
Binary 11101011 11011100 100110 0 110 1010100 1000 110111 1010011 110110

Color Harmonies of #EBDC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC26

Black with #EBDC26

Text Example


Text Example

White with #EBDC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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