Html Css Color HEX #EBE122 Golden Fizz

📋 copy color: '#EBE122'

red 235 ◦ green 225 ◦ blue 34

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

Shades of Golden Fizz #EBE122

Tints of Golden Fizz #EBE122

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 34 (13.67% from 255) = 6.88%

R = 47.57%
G = 45.55%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBE122 (or 0xEBE122) is known color: Golden Fizz. HEX triplet: EB, E1 and 22. RGB value is (235,225,34). Sum of RGB (Red+Green+Blue) = 235+225+34=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE122 is #141EDD. Grayscale: #CECECE. Windows color (decimal): -1318622 or 2286059. OLE color: 2286059.

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

Color convert

RGB 235 225 34 -
CMYK 0 0.04 0.86 0.08
HSL 57.01º 0.83% 0.53% -
HSV(B) 57.01º 0.86% 0.92% -
XYZ 61.47 71.63 12.1 -
YUV 206.22 30.81 148.53 -
System Red Green Blue C M Y K H S L
Decimal 235 225 34 0 0.04 0.86 0.08 57.01 0.83 0.53
Hex EB E1 22 0 4 56 8 39 53 35
Octal 353 341 42 0 4 126 10 71 123 65
Binary 11101011 11100001 100010 0 100 1010110 1000 111001 1010011 110101

Color Harmonies of #EBE122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE122

Black with #EBE122

Text Example


Text Example

White with #EBE122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE122; }

 p { color: rgb(235,225,34); }

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

background-color css

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

 a { background-color: rgb(235,225,34); }

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

border-color css

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

 span { border-color: rgb(235,225,34); }

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