Html Css Color HEX #EBE532 Golden Fizz

📋 copy color: '#EBE532'

red 235 ◦ green 229 ◦ blue 50

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

Shades of Golden Fizz #EBE532

Tints of Golden Fizz #EBE532

RGB

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

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

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

R = 45.72%
G = 44.55%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBE532 (or 0xEBE532) is known color: Golden Fizz. HEX triplet: EB, E5 and 32. RGB value is (235,229,50). Sum of RGB (Red+Green+Blue) = 235+229+50=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE532 is #141ACD. Grayscale: #D3D3D3. Windows color (decimal): -1317582 or 3335659. OLE color: 3335659.

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

Color convert

RGB 235 229 50 -
CMYK 0 0.03 0.79 0.08
HSL 58.05º 0.82% 0.56% -
HSV(B) 58.05º 0.79% 0.92% -
XYZ 62.86 73.93 13.97 -
YUV 210.39 37.49 145.55 -
System Red Green Blue C M Y K H S L
Decimal 235 229 50 0 0.03 0.79 0.08 58.05 0.82 0.56
Hex EB E5 32 0 3 4F 8 3A 52 38
Octal 353 345 62 0 3 117 10 72 122 70
Binary 11101011 11100101 110010 0 11 1001111 1000 111010 1010010 111000

Color Harmonies of #EBE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE532

Black with #EBE532

Text Example


Text Example

White with #EBE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE532; }

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

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

background-color css

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

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

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

border-color css

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

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

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