Html Css Color HEX #EBEB31 Golden Fizz

📋 copy color: '#EBEB31'

red 235 ◦ green 235 ◦ blue 49

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

Shades of Golden Fizz #EBEB31

Tints of Golden Fizz #EBEB31

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.28%

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

R = 45.28%
G = 45.28%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBEB31 (or 0xEBEB31) is known color: Golden Fizz. HEX triplet: EB, EB and 31. RGB value is (235,235,49). Sum of RGB (Red+Green+Blue) = 235+235+49=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 49 (19.53% from 255 or 9.44% from 519); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEB31 is #1414CE. Grayscale: #D6D6D6. Windows color (decimal): -1316047 or 3271659. OLE color: 3271659.

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

Color convert

RGB 235 235 49 -
CMYK 0 0 0.79 0.08
HSL 60º 0.82% 0.56% -
HSV(B) 60º 0.79% 0.92% -
XYZ 64.52 77.3 14.43 -
YUV 213.8 35 143.12 -
System Red Green Blue C M Y K H S L
Decimal 235 235 49 0 0 0.79 0.08 60 0.82 0.56
Hex EB EB 31 0 0 4F 8 3C 52 38
Octal 353 353 61 0 0 117 10 74 122 70
Binary 11101011 11101011 110001 0 0 1001111 1000 111100 1010010 111000

Color Harmonies of #EBEB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEB31

Black with #EBEB31

Text Example


Text Example

White with #EBEB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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