Html Css Color HEX #EBE524 Golden Fizz

📋 copy color: '#EBE524'

red 235 ◦ green 229 ◦ blue 36

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

Shades of Golden Fizz #EBE524

Tints of Golden Fizz #EBE524

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.8%

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

R = 47%
G = 45.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBE524 (or 0xEBE524) is known color: Golden Fizz. HEX triplet: EB, E5 and 24. RGB value is (235,229,36). Sum of RGB (Red+Green+Blue) = 235+229+36=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 36 (14.45% from 255 or 7.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE524 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE524 is #141ADB. Grayscale: #D1D1D1. Windows color (decimal): -1317596 or 2418155. OLE color: 2418155.

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

Color convert

RGB 235 229 36 -
CMYK 0 0.03 0.85 0.08
HSL 58.19º 0.83% 0.53% -
HSV(B) 58.19º 0.85% 0.92% -
XYZ 62.6 73.83 12.62 -
YUV 208.79 30.49 146.69 -
System Red Green Blue C M Y K H S L
Decimal 235 229 36 0 0.03 0.85 0.08 58.19 0.83 0.53
Hex EB E5 24 0 3 55 8 3A 53 35
Octal 353 345 44 0 3 125 10 72 123 65
Binary 11101011 11100101 100100 0 11 1010101 1000 111010 1010011 110101

Color Harmonies of #EBE524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE524

Black with #EBE524

Text Example


Text Example

White with #EBE524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE524; }

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

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

background-color css

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

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

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

border-color css

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

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

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