Html Css Color HEX #EBDB26 Golden Fizz

📋 copy color: '#EBDB26'

red 235 ◦ green 219 ◦ blue 38

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

Shades of Golden Fizz #EBDB26

Tints of Golden Fizz #EBDB26

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.51%

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

R = 47.76%
G = 44.51%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBDB26 (or 0xEBDB26) is known color: Golden Fizz. HEX triplet: EB, DB and 26. RGB value is (235,219,38). Sum of RGB (Red+Green+Blue) = 235+219+38=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB26 is #1424D9. Grayscale: #CBCBCB. Windows color (decimal): -1320154 or 2546667. OLE color: 2546667.

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

Color convert

RGB 235 219 38 -
CMYK 0 0.07 0.84 0.08
HSL 55.13º 0.83% 0.54% -
HSV(B) 55.13º 0.84% 0.92% -
XYZ 59.94 68.47 11.89 -
YUV 203.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 235 219 38 0 0.07 0.84 0.08 55.13 0.83 0.54
Hex EB DB 26 0 7 54 8 37 53 36
Octal 353 333 46 0 7 124 10 67 123 66
Binary 11101011 11011011 100110 0 111 1010100 1000 110111 1010011 110110

Color Harmonies of #EBDB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB26

Black with #EBDB26

Text Example


Text Example

White with #EBDB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB26; }

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

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

background-color css

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

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

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

border-color css

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

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

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