Html Css Color HEX #EBE42B Golden Fizz

📋 copy color: '#EBE42B'

red 235 ◦ green 228 ◦ blue 43

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

Shades of Golden Fizz #EBE42B

Tints of Golden Fizz #EBE42B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.06%

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

R = 46.44%
G = 45.06%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EBE42B (or 0xEBE42B) is known color: Golden Fizz. HEX triplet: EB, E4 and 2B. RGB value is (235,228,43). Sum of RGB (Red+Green+Blue) = 235+228+43=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 43 (17.19% from 255 or 8.50% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE42B is #141BD4. Grayscale: #D1D1D1. Windows color (decimal): -1317845 or 2876651. OLE color: 2876651.

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

Color convert

RGB 235 228 43 -
CMYK 0 0.03 0.82 0.08
HSL 57.81º 0.83% 0.55% -
HSV(B) 57.81º 0.82% 0.92% -
XYZ 62.44 73.32 13.15 -
YUV 209 34.32 146.54 -
System Red Green Blue C M Y K H S L
Decimal 235 228 43 0 0.03 0.82 0.08 57.81 0.83 0.55
Hex EB E4 2B 0 3 52 8 3A 53 37
Octal 353 344 53 0 3 122 10 72 123 67
Binary 11101011 11100100 101011 0 11 1010010 1000 111010 1010011 110111

Color Harmonies of #EBE42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE42B

Black with #EBE42B

Text Example


Text Example

White with #EBE42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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