Html Css Color HEX #EBDC2B Golden Fizz

📋 copy color: '#EBDC2B'

red 235 ◦ green 220 ◦ blue 43

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

Shades of Golden Fizz #EBDC2B

Tints of Golden Fizz #EBDC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.63%

R = 47.19%
G = 44.18%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBDC2B (or 0xEBDC2B) is known color: Golden Fizz. HEX triplet: EB, DC and 2B. RGB value is (235,220,43). Sum of RGB (Red+Green+Blue) = 235+220+43=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 43 (17.19% from 255 or 8.63% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC2B is #1423D4. Grayscale: #CDCDCD. Windows color (decimal): -1319893 or 2874603. OLE color: 2874603.

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

Color convert

RGB 235 220 43 -
CMYK 0 0.06 0.82 0.08
HSL 55.31º 0.83% 0.55% -
HSV(B) 55.31º 0.82% 0.92% -
XYZ 60.29 69.02 12.43 -
YUV 204.31 36.97 149.89 -
System Red Green Blue C M Y K H S L
Decimal 235 220 43 0 0.06 0.82 0.08 55.31 0.83 0.55
Hex EB DC 2B 0 6 52 8 37 53 37
Octal 353 334 53 0 6 122 10 67 123 67
Binary 11101011 11011100 101011 0 110 1010010 1000 110111 1010011 110111

Color Harmonies of #EBDC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC2B

Black with #EBDC2B

Text Example


Text Example

White with #EBDC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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