Html Css Color HEX #EBDB20 Golden Fizz

📋 copy color: '#EBDB20'

red 235 ◦ green 219 ◦ blue 32

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

Shades of Golden Fizz #EBDB20

Tints of Golden Fizz #EBDB20

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

 BLUE value IS 32 (12.89% from 255) = 6.58%

R = 48.35%
G = 45.06%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBDB20 (or 0xEBDB20) is known color: Golden Fizz. HEX triplet: EB, DB and 20. RGB value is (235,219,32). Sum of RGB (Red+Green+Blue) = 235+219+32=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 32 (12.89% from 255 or 6.58% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB20 is #1424DF. Grayscale: #CBCBCB. Windows color (decimal): -1320160 or 2153451. OLE color: 2153451.

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

Color convert

RGB 235 219 32 -
CMYK 0 0.07 0.86 0.08
HSL 55.27º 0.84% 0.52% -
HSV(B) 55.27º 0.86% 0.92% -
XYZ 59.85 68.43 11.42 -
YUV 202.47 31.8 151.21 -
System Red Green Blue C M Y K H S L
Decimal 235 219 32 0 0.07 0.86 0.08 55.27 0.84 0.52
Hex EB DB 20 0 7 56 8 37 54 34
Octal 353 333 40 0 7 126 10 67 124 64
Binary 11101011 11011011 100000 0 111 1010110 1000 110111 1010100 110100

Color Harmonies of #EBDB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB20

Black with #EBDB20

Text Example


Text Example

White with #EBDB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB20; }

 p { color: rgb(235,219,32); }

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

background-color css

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

 a { background-color: rgb(235,219,32); }

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

border-color css

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

 span { border-color: rgb(235,219,32); }

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