Html Css Color HEX #EBDC25 Golden Fizz

📋 copy color: '#EBDC25'

red 235 ◦ green 220 ◦ blue 37

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

Shades of Golden Fizz #EBDC25

Tints of Golden Fizz #EBDC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.52%

R = 47.76%
G = 44.72%
B = 7.52%

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

#EBDC25 (or 0xEBDC25) is known color: Golden Fizz. HEX triplet: EB, DC and 25. RGB value is (235,220,37). Sum of RGB (Red+Green+Blue) = 235+220+37=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 37 (14.84% from 255 or 7.52% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC25 is #1423DA. Grayscale: #CCCCCC. Windows color (decimal): -1319899 or 2481387. OLE color: 2481387.

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

Color convert

RGB 235 220 37 -
CMYK 0 0.06 0.84 0.08
HSL 55.45º 0.83% 0.53% -
HSV(B) 55.45º 0.84% 0.92% -
XYZ 60.19 68.98 11.89 -
YUV 203.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 235 220 37 0 0.06 0.84 0.08 55.45 0.83 0.53
Hex EB DC 25 0 6 54 8 37 53 35
Octal 353 334 45 0 6 124 10 67 123 65
Binary 11101011 11011100 100101 0 110 1010100 1000 110111 1010011 110101

Color Harmonies of #EBDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC25

Black with #EBDC25

Text Example


Text Example

White with #EBDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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