Html Css Color HEX #EBE932 Golden Fizz

📋 copy color: '#EBE932'

red 235 ◦ green 233 ◦ blue 50

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

Shades of Golden Fizz #EBE932

Tints of Golden Fizz #EBE932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.65%

R = 45.37%
G = 44.98%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBE932 (or 0xEBE932) is known color: Golden Fizz. HEX triplet: EB, E9 and 32. RGB value is (235,233,50). Sum of RGB (Red+Green+Blue) = 235+233+50=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 50 (19.92% from 255 or 9.65% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE932 is #1416CD. Grayscale: #D5D5D5. Windows color (decimal): -1316558 or 3336683. OLE color: 3336683.

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

Color convert

RGB 235 233 50 -
CMYK 0 0.01 0.79 0.08
HSL 59.35º 0.82% 0.56% -
HSV(B) 59.35º 0.79% 0.92% -
XYZ 63.98 76.17 14.35 -
YUV 212.74 36.16 143.88 -
System Red Green Blue C M Y K H S L
Decimal 235 233 50 0 0.01 0.79 0.08 59.35 0.82 0.56
Hex EB E9 32 0 1 4F 8 3B 52 38
Octal 353 351 62 0 1 117 10 73 122 70
Binary 11101011 11101001 110010 0 1 1001111 1000 111011 1010010 111000

Color Harmonies of #EBE932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE932

Black with #EBE932

Text Example


Text Example

White with #EBE932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE932; }

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

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

background-color css

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

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

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

border-color css

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

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

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