Html Css Color HEX #EBE830 Golden Fizz

📋 copy color: '#EBE830'

red 235 ◦ green 232 ◦ blue 48

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

Shades of Golden Fizz #EBE830

Tints of Golden Fizz #EBE830

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.05%

 BLUE value IS 48 (19.14% from 255) = 9.32%

R = 45.63%
G = 45.05%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBE830 (or 0xEBE830) is known color: Golden Fizz. HEX triplet: EB, E8 and 30. RGB value is (235,232,48). Sum of RGB (Red+Green+Blue) = 235+232+48=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 48 (19.14% from 255 or 9.32% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE830 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE830 is #1417CF. Grayscale: #D4D4D4. Windows color (decimal): -1316816 or 3205355. OLE color: 3205355.

HSL color Cylindrical-coordinate representation of color #EBE830: hue angle of 59.04º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBE830 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 48 -
CMYK 0 0.01 0.80 0.08
HSL 59.04º 0.82% 0.55% -
HSV(B) 59.04º 0.8% 0.92% -
XYZ 63.65 75.59 14.03 -
YUV 211.92 35.49 144.46 -
System Red Green Blue C M Y K H S L
Decimal 235 232 48 0 0.01 0.80 0.08 59.04 0.82 0.55
Hex EB E8 30 0 1 50 8 3B 52 37
Octal 353 350 60 0 1 120 10 73 122 67
Binary 11101011 11101000 110000 0 1 1010000 1000 111011 1010010 110111

Color Harmonies of #EBE830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE830

Black with #EBE830

Text Example


Text Example

White with #EBE830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE830; }

 p { color: rgb(235,232,48); }

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

background-color css

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

 a { background-color: rgb(235,232,48); }

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

border-color css

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

 span { border-color: rgb(235,232,48); }

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