Html Css Color HEX #EBE731 Golden Fizz

📋 copy color: '#EBE731'

red 235 ◦ green 231 ◦ blue 49

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

Shades of Golden Fizz #EBE731

Tints of Golden Fizz #EBE731

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.85%

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

R = 45.63%
G = 44.85%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EBE731 (or 0xEBE731) is known color: Golden Fizz. HEX triplet: EB, E7 and 31. RGB value is (235,231,49). Sum of RGB (Red+Green+Blue) = 235+231+49=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE731 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE731 is #1418CE. Grayscale: #D4D4D4. Windows color (decimal): -1317071 or 3270635. OLE color: 3270635.

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

Color convert

RGB 235 231 49 -
CMYK 0 0.02 0.79 0.08
HSL 58.71º 0.82% 0.56% -
HSV(B) 58.71º 0.79% 0.92% -
XYZ 63.39 75.04 14.05 -
YUV 211.45 36.33 144.8 -
System Red Green Blue C M Y K H S L
Decimal 235 231 49 0 0.02 0.79 0.08 58.71 0.82 0.56
Hex EB E7 31 0 2 4F 8 3B 52 38
Octal 353 347 61 0 2 117 10 73 122 70
Binary 11101011 11100111 110001 0 10 1001111 1000 111011 1010010 111000

Color Harmonies of #EBE731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE731

Black with #EBE731

Text Example


Text Example

White with #EBE731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE731; }

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

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

background-color css

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

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

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

border-color css

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

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

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