#EBDE26

Color #EBDE26 Golden Fizz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Fizz #EBDE26

Tints of Golden Fizz #EBDE26

Color information

#EBDE26 (or 0xEBDE26) is unknown color: approx Golden Fizz. HEX triplet: EB, DE and 26. RGB value is (235,222,38). Sum of RGB (Red+Green+Blue) = 235+222+38=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE26 is #1421D9. Grayscale: #CDCDCD. Windows color (decimal): -1319386 or 2547435. OLE color: 2547435.

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

Color convert

RGB23522238-
CMYK00.060.840.08
HSL56.04º83.12%53.53%-
HSV(B)56.04º83.83%92.16%-
XYZ60.7370.0412.15-
YUV204.9133.81149.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.47%
GREEN value IS 222 (87.11% from 255) = 44.85%
BLUE value IS 38 (15.23% from 255) = 7.68%
R=47.47%
G=44.85%
B=7.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352223800.060.840.0856.0483.1253.53
HexEBDE2606548385336
Octal3533364606124107012366
Binary11101011110111101001100110101010010001110001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDE26; }

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

 H1.HeaderClassName
 {
   color: #EBDE26;
 }
 .AnyTagClassName
 {
   color: #EBDE26;
 }
</style>
background-color css

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

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

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

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

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

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