Html Css Color HEX #EBE730 Golden Fizz

📋 copy color: '#EBE730'

red 235 ◦ green 231 ◦ blue 48

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

Shades of Golden Fizz #EBE730

Tints of Golden Fizz #EBE730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.34%

R = 45.72%
G = 44.94%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBE730 (or 0xEBE730) is known color: Golden Fizz. HEX triplet: EB, E7 and 30. RGB value is (235,231,48). Sum of RGB (Red+Green+Blue) = 235+231+48=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 48 (19.14% from 255 or 9.34% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE730 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE730 is #1418CF. Grayscale: #D4D4D4. Windows color (decimal): -1317072 or 3205099. OLE color: 3205099.

HSL color Cylindrical-coordinate representation of color #EBE730: hue angle of 58.72º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBE730 is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 231 48 -
CMYK 0 0.02 0.80 0.08
HSL 58.72º 0.82% 0.55% -
HSV(B) 58.72º 0.8% 0.92% -
XYZ 63.37 75.03 13.94 -
YUV 211.33 35.83 144.88 -
System Red Green Blue C M Y K H S L
Decimal 235 231 48 0 0.02 0.80 0.08 58.72 0.82 0.55
Hex EB E7 30 0 2 50 8 3B 52 37
Octal 353 347 60 0 2 120 10 73 122 67
Binary 11101011 11100111 110000 0 10 1010000 1000 111011 1010010 110111

Color Harmonies of #EBE730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE730

Black with #EBE730

Text Example


Text Example

White with #EBE730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE730; }

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

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

background-color css

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

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

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

border-color css

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

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

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