Html Css Color HEX #EBDB22 Golden Fizz

📋 copy color: '#EBDB22'

red 235 ◦ green 219 ◦ blue 34

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

Shades of Golden Fizz #EBDB22

Tints of Golden Fizz #EBDB22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.97%

R = 48.16%
G = 44.88%
B = 6.97%

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

#EBDB22 (or 0xEBDB22) is known color: Golden Fizz. HEX triplet: EB, DB and 22. RGB value is (235,219,34). Sum of RGB (Red+Green+Blue) = 235+219+34=488 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.16% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 34 (13.67% from 255 or 6.97% from 488); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB22 is #1424DD. Grayscale: #CBCBCB. Windows color (decimal): -1320158 or 2284523. OLE color: 2284523.

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

Color convert

RGB 235 219 34 -
CMYK 0 0.07 0.86 0.08
HSL 55.22º 0.83% 0.53% -
HSV(B) 55.22º 0.86% 0.92% -
XYZ 59.88 68.44 11.57 -
YUV 202.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 235 219 34 0 0.07 0.86 0.08 55.22 0.83 0.53
Hex EB DB 22 0 7 56 8 37 53 35
Octal 353 333 42 0 7 126 10 67 123 65
Binary 11101011 11011011 100010 0 111 1010110 1000 110111 1010011 110101

Color Harmonies of #EBDB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB22

Black with #EBDB22

Text Example


Text Example

White with #EBDB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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