Html Css Color HEX #EBEA20 Golden Fizz

📋 copy color: '#EBEA20'

red 235 ◦ green 234 ◦ blue 32

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

Shades of Golden Fizz #EBEA20

Tints of Golden Fizz #EBEA20

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

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

R = 46.91%
G = 46.71%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBEA20 (or 0xEBEA20) is known color: Golden Fizz. HEX triplet: EB, EA and 20. RGB value is (235,234,32). Sum of RGB (Red+Green+Blue) = 235+234+32=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA20 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA20 is #1415DF. Grayscale: #D4D4D4. Windows color (decimal): -1316320 or 2157291. OLE color: 2157291.

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

Color convert

RGB 235 234 32 -
CMYK 0 0.00 0.86 0.08
HSL 59.7º 0.84% 0.52% -
HSV(B) 59.7º 0.86% 0.92% -
XYZ 63.94 76.61 12.78 -
YUV 211.27 26.83 144.93 -
System Red Green Blue C M Y K H S L
Decimal 235 234 32 0 0.00 0.86 0.08 59.7 0.84 0.52
Hex EB EA 20 0 0 56 8 3C 54 34
Octal 353 352 40 0 0 126 10 74 124 64
Binary 11101011 11101010 100000 0 0 1010110 1000 111100 1010100 110100

Color Harmonies of #EBEA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA20

Black with #EBEA20

Text Example


Text Example

White with #EBEA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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