Html Css Color HEX #EBEC2E Golden Fizz

📋 copy color: '#EBEC2E'

red 235 ◦ green 236 ◦ blue 46

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

Shades of Golden Fizz #EBEC2E

Tints of Golden Fizz #EBEC2E

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

 BLUE value IS 46 (18.36% from 255) = 8.9%

R = 45.45%
G = 45.65%
B = 8.9%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EBEC2E (or 0xEBEC2E) is known color: Golden Fizz. HEX triplet: EB, EC and 2E. RGB value is (235,236,46). Sum of RGB (Red+Green+Blue) = 235+236+46=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 46 (18.36% from 255 or 8.90% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC2E is #1413D1. Grayscale: #D6D6D6. Windows color (decimal): -1315794 or 3075307. OLE color: 3075307.

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

Color convert

RGB 235 236 46 -
CMYK 0.00 0 0.81 0.07
HSL 60.32º 0.83% 0.55% -
HSV(B) 60.32º 0.81% 0.93% -
XYZ 64.75 77.85 14.2 -
YUV 214.04 33.17 142.95 -
System Red Green Blue C M Y K H S L
Decimal 235 236 46 0.00 0 0.81 0.07 60.32 0.83 0.55
Hex EB EC 2E 0 0 51 7 3C 53 37
Octal 353 354 56 0 0 121 7 74 123 67
Binary 11101011 11101100 101110 0 0 1010001 111 111100 1010011 110111

Color Harmonies of #EBEC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEC2E

Black with #EBEC2E

Text Example


Text Example

White with #EBEC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEC2E; }

 p { color: rgb(235,236,46); }

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

background-color css

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

 a { background-color: rgb(235,236,46); }

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

border-color css

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

 span { border-color: rgb(235,236,46); }

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