#EBDF30

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

Shades of Golden Fizz #EBDF30

Tints of Golden Fizz #EBDF30

Color information

#EBDF30 (or 0xEBDF30) is unknown color: approx Golden Fizz. HEX triplet: EB, DF and 30. RGB value is (235,223,48). Sum of RGB (Red+Green+Blue) = 235+223+48=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF30 is #1420CF. Grayscale: #CFCFCF. Windows color (decimal): -1319120 or 3203051. OLE color: 3203051.

HSL color Cylindrical-coordinate representation of color #EBDF30: hue angle of 56.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBDF30 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB23522348-
CMYK00.050.800.08
HSL56.15º82.38%55.49%-
HSV(B)56.15º79.57%92.16%-
XYZ61.1870.6513.21-
YUV206.6438.48148.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.44%
GREEN value IS 223 (87.5% from 255) = 44.07%
BLUE value IS 48 (19.14% from 255) = 9.49%
R=46.44%
G=44.07%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352234800.050.800.0856.1582.3855.49
HexEBDF3005508385237
Octal3533376005120107012267
Binary11101011110111111100000101101000010001110001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDF30; }

 p { color: rgb(235,223,48); }

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

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

 a { background-color: rgb(235,223,48); }

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

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

 span { border-color: rgb(235,223,48); }

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