Html Css Color HEX #EBE924 Golden Fizz

📋 copy color: '#EBE924'

red 235 ◦ green 233 ◦ blue 36

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

Shades of Golden Fizz #EBE924

Tints of Golden Fizz #EBE924

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.23%

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

R = 46.63%
G = 46.23%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBE924 (or 0xEBE924) is known color: Golden Fizz. HEX triplet: EB, E9 and 24. RGB value is (235,233,36). Sum of RGB (Red+Green+Blue) = 235+233+36=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 36 (14.45% from 255 or 7.14% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE924 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE924 is #1416DB. Grayscale: #D3D3D3. Windows color (decimal): -1316572 or 2419179. OLE color: 2419179.

HSL color Cylindrical-coordinate representation of color #EBE924: hue angle of 59.4º 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 #EBE924 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 36 -
CMYK 0 0.01 0.85 0.08
HSL 59.4º 0.83% 0.53% -
HSV(B) 59.4º 0.85% 0.92% -
XYZ 63.72 76.07 12.99 -
YUV 211.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 235 233 36 0 0.01 0.85 0.08 59.4 0.83 0.53
Hex EB E9 24 0 1 55 8 3B 53 35
Octal 353 351 44 0 1 125 10 73 123 65
Binary 11101011 11101001 100100 0 1 1010101 1000 111011 1010011 110101

Color Harmonies of #EBE924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE924

Black with #EBE924

Text Example


Text Example

White with #EBE924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE924; }

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

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

background-color css

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

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

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

border-color css

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

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

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