Html Css Color HEX #EBE530 Golden Fizz

📋 copy color: '#EBE530'

red 235 ◦ green 229 ◦ blue 48

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

Shades of Golden Fizz #EBE530

Tints of Golden Fizz #EBE530

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.73%

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

R = 45.9%
G = 44.73%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBE530 (or 0xEBE530) is known color: Golden Fizz. HEX triplet: EB, E5 and 30. RGB value is (235,229,48). Sum of RGB (Red+Green+Blue) = 235+229+48=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE530 is #141ACF. Grayscale: #D2D2D2. Windows color (decimal): -1317584 or 3204587. OLE color: 3204587.

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

Color convert

RGB 235 229 48 -
CMYK 0 0.03 0.80 0.08
HSL 58.07º 0.82% 0.55% -
HSV(B) 58.07º 0.8% 0.92% -
XYZ 62.81 73.91 13.75 -
YUV 210.16 36.49 145.72 -
System Red Green Blue C M Y K H S L
Decimal 235 229 48 0 0.03 0.80 0.08 58.07 0.82 0.55
Hex EB E5 30 0 3 50 8 3A 52 37
Octal 353 345 60 0 3 120 10 72 122 67
Binary 11101011 11100101 110000 0 11 1010000 1000 111010 1010010 110111

Color Harmonies of #EBE530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE530

Black with #EBE530

Text Example


Text Example

White with #EBE530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE530; }

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

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

background-color css

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

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

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

border-color css

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

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

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