Html Css Color HEX #EBDA26 Golden Fizz

📋 copy color: '#EBDA26'

red 235 ◦ green 218 ◦ blue 38

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

Shades of Golden Fizz #EBDA26

Tints of Golden Fizz #EBDA26

RGB

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

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

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

R = 47.86%
G = 44.4%
B = 7.74%

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

#EBDA26 (or 0xEBDA26) is known color: Golden Fizz. HEX triplet: EB, DA and 26. RGB value is (235,218,38). Sum of RGB (Red+Green+Blue) = 235+218+38=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA26 is #1425D9. Grayscale: #CBCBCB. Windows color (decimal): -1320410 or 2546411. OLE color: 2546411.

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

Color convert

RGB 235 218 38 -
CMYK 0 0.07 0.84 0.08
HSL 54.82º 0.83% 0.54% -
HSV(B) 54.82º 0.84% 0.92% -
XYZ 59.68 67.94 11.8 -
YUV 202.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 235 218 38 0 0.07 0.84 0.08 54.82 0.83 0.54
Hex EB DA 26 0 7 54 8 37 53 36
Octal 353 332 46 0 7 124 10 67 123 66
Binary 11101011 11011010 100110 0 111 1010100 1000 110111 1010011 110110

Color Harmonies of #EBDA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA26

Black with #EBDA26

Text Example


Text Example

White with #EBDA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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