Html Css Color HEX #EBE92F Golden Fizz

📋 copy color: '#EBE92F'

red 235 ◦ green 233 ◦ blue 47

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

Shades of Golden Fizz #EBE92F

Tints of Golden Fizz #EBE92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.13%

R = 45.63%
G = 45.24%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EBE92F (or 0xEBE92F) is known color: Golden Fizz. HEX triplet: EB, E9 and 2F. RGB value is (235,233,47). Sum of RGB (Red+Green+Blue) = 235+233+47=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE92F is #1416D0. Grayscale: #D5D5D5. Windows color (decimal): -1316561 or 3140075. OLE color: 3140075.

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

Color convert

RGB 235 233 47 -
CMYK 0 0.01 0.8 0.08
HSL 59.36º 0.82% 0.55% -
HSV(B) 59.36º 0.8% 0.92% -
XYZ 63.91 76.15 14.02 -
YUV 212.39 34.66 144.12 -
System Red Green Blue C M Y K H S L
Decimal 235 233 47 0 0.01 0.8 0.08 59.36 0.82 0.55
Hex EB E9 2F 0 1 50 8 3B 52 37
Octal 353 351 57 0 1 120 10 73 122 67
Binary 11101011 11101001 101111 0 1 1010000 1000 111011 1010010 110111

Color Harmonies of #EBE92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE92F

Black with #EBE92F

Text Example


Text Example

White with #EBE92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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