Html Css Color HEX #EBDB24 Golden Fizz

📋 copy color: '#EBDB24'

red 235 ◦ green 219 ◦ blue 36

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

Shades of Golden Fizz #EBDB24

Tints of Golden Fizz #EBDB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.35%

R = 47.96%
G = 44.69%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBDB24 (or 0xEBDB24) is known color: Golden Fizz. HEX triplet: EB, DB and 24. RGB value is (235,219,36). Sum of RGB (Red+Green+Blue) = 235+219+36=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB24 is #1424DB. Grayscale: #CBCBCB. Windows color (decimal): -1320156 or 2415595. OLE color: 2415595.

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

Color convert

RGB 235 219 36 -
CMYK 0 0.07 0.85 0.08
HSL 55.18º 0.83% 0.53% -
HSV(B) 55.18º 0.85% 0.92% -
XYZ 59.91 68.45 11.72 -
YUV 202.92 33.8 150.88 -
System Red Green Blue C M Y K H S L
Decimal 235 219 36 0 0.07 0.85 0.08 55.18 0.83 0.53
Hex EB DB 24 0 7 55 8 37 53 35
Octal 353 333 44 0 7 125 10 67 123 65
Binary 11101011 11011011 100100 0 111 1010101 1000 110111 1010011 110101

Color Harmonies of #EBDB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB24

Black with #EBDB24

Text Example


Text Example

White with #EBDB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB24; }

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

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

background-color css

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

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

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

border-color css

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

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

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