Html Css Color HEX #EBE934 Golden Fizz

📋 copy color: '#EBE934'

red 235 ◦ green 233 ◦ blue 52

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

Shades of Golden Fizz #EBE934

Tints of Golden Fizz #EBE934

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.81%

 BLUE value IS 52 (20.7% from 255) = 10%

R = 45.19%
G = 44.81%
B = 10%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EBE934 (or 0xEBE934) is known color: Golden Fizz. HEX triplet: EB, E9 and 34. RGB value is (235,233,52). Sum of RGB (Red+Green+Blue) = 235+233+52=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 52 (20.70% from 255 or 10% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE934 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE934 is #1416CB. Grayscale: #D5D5D5. Windows color (decimal): -1316556 or 3467755. OLE color: 3467755.

HSL color Cylindrical-coordinate representation of color #EBE934: hue angle of 59.34º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBE934 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 233 52 -
CMYK 0 0.01 0.78 0.08
HSL 59.34º 0.82% 0.56% -
HSV(B) 59.34º 0.78% 0.92% -
XYZ 64.02 76.19 14.58 -
YUV 212.96 37.16 143.72 -
System Red Green Blue C M Y K H S L
Decimal 235 233 52 0 0.01 0.78 0.08 59.34 0.82 0.56
Hex EB E9 34 0 1 4E 8 3B 52 38
Octal 353 351 64 0 1 116 10 73 122 70
Binary 11101011 11101001 110100 0 1 1001110 1000 111011 1010010 111000

Color Harmonies of #EBE934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE934

Black with #EBE934

Text Example


Text Example

White with #EBE934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE934; }

 p { color: rgb(235,233,52); }

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

background-color css

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

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

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

border-color css

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

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

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