Html Css Color HEX #EBEC31 Golden Fizz

📋 copy color: '#EBEC31'

red 235 ◦ green 236 ◦ blue 49

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

Shades of Golden Fizz #EBEC31

Tints of Golden Fizz #EBEC31

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.38%

 BLUE value IS 49 (19.53% from 255) = 9.42%

R = 45.19%
G = 45.38%
B = 9.42%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EBEC31 (or 0xEBEC31) is known color: Golden Fizz. HEX triplet: EB, EC and 31. RGB value is (235,236,49). Sum of RGB (Red+Green+Blue) = 235+236+49=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC31 is #1413CE. Grayscale: #D7D7D7. Windows color (decimal): -1315791 or 3271915. OLE color: 3271915.

HSL color Cylindrical-coordinate representation of color #EBEC31: hue angle of 60.32º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBEC31 is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 236 49 -
CMYK 0.00 0 0.79 0.07
HSL 60.32º 0.83% 0.56% -
HSV(B) 60.32º 0.79% 0.93% -
XYZ 64.81 77.87 14.52 -
YUV 214.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 235 236 49 0.00 0 0.79 0.07 60.32 0.83 0.56
Hex EB EC 31 0 0 4F 7 3C 53 38
Octal 353 354 61 0 0 117 7 74 123 70
Binary 11101011 11101100 110001 0 0 1001111 111 111100 1010011 111000

Color Harmonies of #EBEC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEC31

Black with #EBEC31

Text Example


Text Example

White with #EBEC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEC31; }

 p { color: rgb(235,236,49); }

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

background-color css

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

 a { background-color: rgb(235,236,49); }

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

border-color css

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

 span { border-color: rgb(235,236,49); }

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