Html Css Color HEX #EBEA2B Golden Fizz

📋 copy color: '#EBEA2B'

red 235 ◦ green 234 ◦ blue 43

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

Shades of Golden Fizz #EBEA2B

Tints of Golden Fizz #EBEA2B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 43 (17.19% from 255) = 8.4%

R = 45.9%
G = 45.7%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBEA2B (or 0xEBEA2B) is known color: Golden Fizz. HEX triplet: EB, EA and 2B. RGB value is (235,234,43). Sum of RGB (Red+Green+Blue) = 235+234+43=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 43 (17.19% from 255 or 8.40% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEA2B is #1415D4. Grayscale: #D5D5D5. Windows color (decimal): -1316309 or 2878187. OLE color: 2878187.

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

Color convert

RGB 235 234 43 -
CMYK 0 0.00 0.82 0.08
HSL 59.69º 0.83% 0.55% -
HSV(B) 59.69º 0.82% 0.92% -
XYZ 64.12 76.68 13.71 -
YUV 212.53 32.33 144.03 -
System Red Green Blue C M Y K H S L
Decimal 235 234 43 0 0.00 0.82 0.08 59.69 0.83 0.55
Hex EB EA 2B 0 0 52 8 3C 53 37
Octal 353 352 53 0 0 122 10 74 123 67
Binary 11101011 11101010 101011 0 0 1010010 1000 111100 1010011 110111

Color Harmonies of #EBEA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA2B

Black with #EBEA2B

Text Example


Text Example

White with #EBEA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA2B; }

 p { color: rgb(235,234,43); }

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

background-color css

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

 a { background-color: rgb(235,234,43); }

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

border-color css

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

 span { border-color: rgb(235,234,43); }

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