Html Css Color HEX #EBE032 Golden Fizz

📋 copy color: '#EBE032'

red 235 ◦ green 224 ◦ blue 50

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

Shades of Golden Fizz #EBE032

Tints of Golden Fizz #EBE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.01%

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

R = 46.17%
G = 44.01%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBE032 (or 0xEBE032) is known color: Golden Fizz. HEX triplet: EB, E0 and 32. RGB value is (235,224,50). Sum of RGB (Red+Green+Blue) = 235+224+50=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 50 (19.92% from 255 or 9.82% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE032 is #141FCD. Grayscale: #D0D0D0. Windows color (decimal): -1318862 or 3334379. OLE color: 3334379.

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

Color convert

RGB 235 224 50 -
CMYK 0 0.05 0.79 0.08
HSL 56.43º 0.82% 0.56% -
HSV(B) 56.43º 0.79% 0.92% -
XYZ 61.49 71.2 13.52 -
YUV 207.45 39.14 147.65 -
System Red Green Blue C M Y K H S L
Decimal 235 224 50 0 0.05 0.79 0.08 56.43 0.82 0.56
Hex EB E0 32 0 5 4F 8 38 52 38
Octal 353 340 62 0 5 117 10 70 122 70
Binary 11101011 11100000 110010 0 101 1001111 1000 111000 1010010 111000

Color Harmonies of #EBE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE032

Black with #EBE032

Text Example


Text Example

White with #EBE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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