Html Css Color HEX #EBE930 Golden Fizz

📋 copy color: '#EBE930'

red 235 ◦ green 233 ◦ blue 48

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

Shades of Golden Fizz #EBE930

Tints of Golden Fizz #EBE930

RGB

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

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

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

R = 45.54%
G = 45.16%
B = 9.3%

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

#EBE930 (or 0xEBE930) is known color: Golden Fizz. HEX triplet: EB, E9 and 30. RGB value is (235,233,48). Sum of RGB (Red+Green+Blue) = 235+233+48=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE930 is #1416CF. Grayscale: #D5D5D5. Windows color (decimal): -1316560 or 3205611. OLE color: 3205611.

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

Color convert

RGB 235 233 48 -
CMYK 0 0.01 0.80 0.08
HSL 59.36º 0.82% 0.55% -
HSV(B) 59.36º 0.8% 0.92% -
XYZ 63.93 76.15 14.13 -
YUV 212.51 35.16 144.04 -
System Red Green Blue C M Y K H S L
Decimal 235 233 48 0 0.01 0.80 0.08 59.36 0.82 0.55
Hex EB E9 30 0 1 50 8 3B 52 37
Octal 353 351 60 0 1 120 10 73 122 67
Binary 11101011 11101001 110000 0 1 1010000 1000 111011 1010010 110111

Color Harmonies of #EBE930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE930

Black with #EBE930

Text Example


Text Example

White with #EBE930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE930; }

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

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

background-color css

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

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

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

border-color css

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

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

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