Html Css Color HEX #EBE130 Golden Fizz

📋 copy color: '#EBE130'

red 235 ◦ green 225 ◦ blue 48

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

Shades of Golden Fizz #EBE130

Tints of Golden Fizz #EBE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.29%

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

R = 46.26%
G = 44.29%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBE130 (or 0xEBE130) is known color: Golden Fizz. HEX triplet: EB, E1 and 30. RGB value is (235,225,48). Sum of RGB (Red+Green+Blue) = 235+225+48=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 48 (19.14% from 255 or 9.45% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE130 is #141ECF. Grayscale: #D0D0D0. Windows color (decimal): -1318608 or 3203563. OLE color: 3203563.

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

Color convert

RGB 235 225 48 -
CMYK 0 0.04 0.80 0.08
HSL 56.79º 0.82% 0.55% -
HSV(B) 56.79º 0.8% 0.92% -
XYZ 61.72 71.73 13.39 -
YUV 207.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 235 225 48 0 0.04 0.80 0.08 56.79 0.82 0.55
Hex EB E1 30 0 4 50 8 39 52 37
Octal 353 341 60 0 4 120 10 71 122 67
Binary 11101011 11100001 110000 0 100 1010000 1000 111001 1010010 110111

Color Harmonies of #EBE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE130

Black with #EBE130

Text Example


Text Example

White with #EBE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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