Html Css Color HEX #EBE320 Golden Fizz

📋 copy color: '#EBE320'

red 235 ◦ green 227 ◦ blue 32

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

Shades of Golden Fizz #EBE320

Tints of Golden Fizz #EBE320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 47.57%
G = 45.95%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBE320 (or 0xEBE320) is known color: Golden Fizz. HEX triplet: EB, E3 and 20. RGB value is (235,227,32). Sum of RGB (Red+Green+Blue) = 235+227+32=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE320 is #141CDF. Grayscale: #CFCFCF. Windows color (decimal): -1318112 or 2155499. OLE color: 2155499.

HSL color Cylindrical-coordinate representation of color #EBE320: hue angle of 57.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBE320 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 227 32 -
CMYK 0 0.03 0.86 0.08
HSL 57.64º 0.84% 0.52% -
HSV(B) 57.64º 0.86% 0.92% -
XYZ 61.99 72.7 12.13 -
YUV 207.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 235 227 32 0 0.03 0.86 0.08 57.64 0.84 0.52
Hex EB E3 20 0 3 56 8 3A 54 34
Octal 353 343 40 0 3 126 10 72 124 64
Binary 11101011 11100011 100000 0 11 1010110 1000 111010 1010100 110100

Color Harmonies of #EBE320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE320

Black with #EBE320

Text Example


Text Example

White with #EBE320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE320; }

 p { color: rgb(235,227,32); }

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

background-color css

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

 a { background-color: rgb(235,227,32); }

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

border-color css

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

 span { border-color: rgb(235,227,32); }

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